pcm/Dsd32: fix the byte order

The byte order of DSD_U32 was wrong from the start.  The oldest bits
must be in the MSB, not in the LSB, according to
snd_pcm_format_descriptions in alsa-lib.
This commit is contained in:
Max Kellermann
2017-01-11 22:25:54 +01:00
parent c5a2cadccc
commit cc0dbcf3f4
3 changed files with 7 additions and 3 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.20.2 (not yet released)
- libsamplerate: reset state after seeking
* output
- alsa: fix the DSD_U32 sample rate
- alsa: fix the DSD_U32 byte order
ver 0.20.1 (2017/01/09)
* input