aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmDsd.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pcm/PcmDsd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/PcmDsd.hxx b/src/pcm/PcmDsd.hxx
index cb3ef1fd6..e3e3a3cb1 100644
--- a/src/pcm/PcmDsd.hxx
+++ b/src/pcm/PcmDsd.hxx
@@ -41,7 +41,7 @@ public:
void Reset();
- ConstBuffer<float> ToFloat(unsigned channels, bool lsbfirst,
+ ConstBuffer<float> ToFloat(unsigned channels,
ConstBuffer<uint8_t> src);
};