From: Shengjiu Wang Date: Tue, 21 Oct 2025 09:09:33 +0000 (+0800) Subject: ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list X-Git-Tag: v6.19-rc1~156^2~3^2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecba655bf54a661ffe078856cd8dbc898270e4b5;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20251021090933.3470495-1-shengjiu.wang@nxp.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/fsl_aud2htx.h b/sound/soc/fsl/fsl_aud2htx.h index ad70d6a7694c2..cf292e3ccc020 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 */