ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper
authorJyri Sarha <jsarha@ti.com>
Thu, 31 Mar 2016 13:35:59 +0000 (16:35 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 6 Apr 2016 21:33:38 +0000 (14:33 -0700)
commit4a462ce084d5beb92cfc68f53f88c035c82e6b59
tree94bc44f52b16b71c5abc2046220ddcc7187e23ac
parent4a4436573a6669516f73bac25016683d396ed4c4
ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper

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 <jsarha@ti.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/core/pcm_iec958.c