projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85ea95
)
ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM
author
Daniel Baluta
<daniel.baluta@nxp.com>
Thu, 9 Nov 2023 13:58:59 +0000
(15:58 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 13 Nov 2023 00:43:05 +0000
(
00:43
+0000)
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>
sound/soc/sof/imx/imx8m.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/imx/imx8m.c
b/sound/soc/sof/imx/imx8m.c
index 2680f061ba42ed189331ff030ca677e6664749de..f088fd1a672bd62d054dfea17806a57bb9fe6e12 100644
(file)
--- 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,