[PATCH v9 2/7] ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper

2016-03-31 Thread Jyri Sarha
Treat 32 bit sample width as if it was 24 bits when generating IEC958 channel status bits. On some platforms 24 sample width is problematic and to get full 24 bit precision a 32 bit format, using only the 24 most significant bits, may have to be used. Signed-off-by: Jyri Sarha --- sound/core/pcm

[PATCH v9 2/7] ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper

2016-03-31 Thread Takashi Iwai
On Thu, 31 Mar 2016 15:35:59 +0200, Jyri Sarha wrote: > > Treat 32 bit sample width as if it was 24 bits when generating IEC958 > channel status bits. On some platforms 24 sample width is problematic > and to get full 24 bit precision a 32 bit format, using only the 24 > most significant bits, may