Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list

Besides S24_LE and S32_LE, the IEC958_SUBFRAME_LE format is also
supported by this HDMI audio interface.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20251021090933.3470495-1-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Shengjiu Wang and committed by
Mark Brown
ecba655b 5cd5f8fc

+2 -1
+2 -1
sound/soc/fsl/fsl_aud2htx.h
··· 7 7 #define _FSL_AUD2HTX_H 8 8 9 9 #define FSL_AUD2HTX_FORMATS (SNDRV_PCM_FMTBIT_S24_LE | \ 10 - SNDRV_PCM_FMTBIT_S32_LE) 10 + SNDRV_PCM_FMTBIT_S32_LE | \ 11 + SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE) 11 12 12 13 /* AUD2HTX Register Map */ 13 14 #define AUD2HTX_CTRL 0x0 /* AUD2HTX Control Register */