ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM

This will allow creating of PDM DAI links.

Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20231109135900.88310-2-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Daniel Baluta 2023-11-09 15:58:59 +02:00 committed by Mark Brown
parent b85ea95d08
commit fc85d9d0b3
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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,