mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-19 07:39:54 +02:00
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>
This commit is contained in:
parent
561c52ef15
commit
eb9012764a
|
@ -85,7 +85,9 @@ static struct snd_soc_dai_driver dmic_dai = {
|
|||
| SNDRV_PCM_FMTBIT_S16_LE
|
||||
| SNDRV_PCM_FMTBIT_DSD_U8
|
||||
| SNDRV_PCM_FMTBIT_DSD_U16_LE
|
||||
| SNDRV_PCM_FMTBIT_DSD_U32_LE,
|
||||
| SNDRV_PCM_FMTBIT_DSD_U32_LE
|
||||
| SNDRV_PCM_FMTBIT_DSD_U16_BE
|
||||
| SNDRV_PCM_FMTBIT_DSD_U32_BE,
|
||||
},
|
||||
.ops = &dmic_dai_ops,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user