aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <[email protected]>2021-09-16 10:37:25 +0300
committerMark Brown <[email protected]>2021-09-16 14:11:15 +0100
commit243442bcd98f11e21d9827c06a995acf9a6ddead (patch)
treea9e2c2d0c61c6afa2b543282a222394c9689c758
parent7a20dec45d0701671abca965b0dd3e4cda2af3d3 (diff)
ASoC: SOF: imx8m: add SAI1 info
Add SAI1 instance to imx8m_dai array. Signed-off-by: Viorel Suman <[email protected]> Reviewed-by: Paul Olaru <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/sof/imx/imx8m.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c
index 6c3f7ffab262..0335175e8f24 100644
--- a/sound/soc/sof/imx/imx8m.c
+++ b/sound/soc/sof/imx/imx8m.c
@@ -247,6 +247,17 @@ static int imx8m_ipc_pcm_params(struct snd_sof_dev *sdev,
static struct snd_soc_dai_driver imx8m_dai[] = {
{
+ .name = "sai1",
+ .playback = {
+ .channels_min = 1,
+ .channels_max = 32,
+ },
+ .capture = {
+ .channels_min = 1,
+ .channels_max = 32,
+ },
+},
+{
.name = "sai3",
.playback = {
.channels_min = 1,