From: Daniel Baluta Date: Thu, 9 Nov 2023 13:58:59 +0000 (+0200) Subject: ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fc85d9d0b3ba8f8934963c760af98fc38029d9da;p=linux.git ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM This will allow creating of PDM DAI links. Reviewed-by: Péter Ujfalusi Reviewed-by: Iuliana Prodan Signed-off-by: Daniel Baluta Link: https://lore.kernel.org/r/20231109135900.88310-2-daniel.baluta@oss.nxp.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c index 2680f061ba42e..f088fd1a672bd 100644 --- a/sound/soc/sof/imx/imx8m.c +++ b/sound/soc/sof/imx/imx8m.c @@ -313,6 +313,13 @@ static struct snd_soc_dai_driver imx8m_dai[] = { .channels_max = 32, }, }, +{ + .name = "micfil", + .capture = { + .channels_min = 1, + .channels_max = 8, + }, +}, }; static int imx8m_dsp_set_power_state(struct snd_sof_dev *sdev,