mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Mark Brown
parent
5cd5f8fc29
commit
ecba655bf5
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user