Skip to content

Commit

Permalink
ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM
Browse files Browse the repository at this point in the history
This will allow creating of PDM DAI links.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Oct 27, 2023
1 parent 9c0dfcd commit 50b1fae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/sof/imx/imx8m.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,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,
Expand Down

0 comments on commit 50b1fae

Please sign in to comment.