]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
authorShengjiu Wang <shengjiu.wang@nxp.com>
Tue, 21 Oct 2025 09:09:33 +0000 (17:09 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 21 Oct 2025 14:10:55 +0000 (15:10 +0100)
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>
sound/soc/fsl/fsl_aud2htx.h

index ad70d6a7694c2aaebab8bd4e80fa6e4f06c0a0e2..cf292e3ccc0209968ba1c9814fda8b87c5b1aaa2 100644 (file)
@@ -7,7 +7,8 @@
 #define _FSL_AUD2HTX_H
 
 #define FSL_AUD2HTX_FORMATS (SNDRV_PCM_FMTBIT_S24_LE | \
-                            SNDRV_PCM_FMTBIT_S32_LE)
+                            SNDRV_PCM_FMTBIT_S32_LE | \
+                            SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE)
 
 /* AUD2HTX Register Map */
 #define AUD2HTX_CTRL          0x0   /* AUD2HTX Control Register */