summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2025-10-21 12:09:33 +0300
committerMark Brown <broonie@kernel.org>2025-10-21 17:10:55 +0300
commitecba655bf54a661ffe078856cd8dbc898270e4b5 (patch)
tree09d8c5872fba7388b0c60e95baf7dd07f139dcf1
parent5cd5f8fc29fa1b6d7c0a8f2b0a95b896ecadfa42 (diff)
downloadlinux-ecba655bf54a661ffe078856cd8dbc898270e4b5.tar.xz
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>
-rw-r--r--sound/soc/fsl/fsl_aud2htx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_aud2htx.h b/sound/soc/fsl/fsl_aud2htx.h
index ad70d6a7694c..cf292e3ccc02 100644
--- a/sound/soc/fsl/fsl_aud2htx.h
+++ b/sound/soc/fsl/fsl_aud2htx.h
@@ -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 */