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: dmic: Add DSD big endian format support

Add DSD big endian format support in this generic dmic driver:
DSD_U16_BE and DSD_U32_BE.

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

authored by

Shengjiu Wang and committed by
Mark Brown
67868182 6eab7034

+3 -1
+3 -1
sound/soc/codecs/dmic.c
··· 85 85 | SNDRV_PCM_FMTBIT_S16_LE 86 86 | SNDRV_PCM_FMTBIT_DSD_U8 87 87 | SNDRV_PCM_FMTBIT_DSD_U16_LE 88 - | SNDRV_PCM_FMTBIT_DSD_U32_LE, 88 + | SNDRV_PCM_FMTBIT_DSD_U32_LE 89 + | SNDRV_PCM_FMTBIT_DSD_U16_BE 90 + | SNDRV_PCM_FMTBIT_DSD_U32_BE, 89 91 }, 90 92 .ops = &dmic_dai_ops, 91 93 };