pcm/PcmDsd: remove "lsbfirst" support

Unused.  Bit reversing is done in the decoder.
This commit is contained in:
Max Kellermann
2014-08-23 14:40:30 +02:00
parent ae467aa42e
commit fa82264604
3 changed files with 4 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ public:
void Reset();
ConstBuffer<float> ToFloat(unsigned channels, bool lsbfirst,
ConstBuffer<float> ToFloat(unsigned channels,
ConstBuffer<uint8_t> src);
};