summaryrefslogtreecommitdiff
path: root/sound/soc/sof
diff options
context:
space:
mode:
authorZhang Peng <peng.zhang_8@nxp.com>2022-01-19 14:33:45 +0800
committerZhang Peng <peng.zhang_8@nxp.com>2022-04-08 15:10:52 +0800
commitd6c88018ab1cb23e5d1807fafb2522b205416168 (patch)
treea67809465b3eb90b8f0a7c336b1e55c2934078bd /sound/soc/sof
parent3c566d782b874da3b5929b2c7a2ac9d29c60de89 (diff)
LF-5354-1 ASoC: SOF: imx8ulp: Add sai6 config
Add sai6 config for compatible with imx8ulp 9*9 board. Signed-off-by: Zhang Peng <peng.zhang_8@nxp.com>
Diffstat (limited to 'sound/soc/sof')
-rw-r--r--sound/soc/sof/imx/imx8ulp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/sof/imx/imx8ulp.c b/sound/soc/sof/imx/imx8ulp.c
index 85cd5525dcdf..0a82495a128e 100644
--- a/sound/soc/sof/imx/imx8ulp.c
+++ b/sound/soc/sof/imx/imx8ulp.c
@@ -515,6 +515,17 @@ static struct snd_soc_dai_driver imx8ulp_dai[] = {
.channels_max = 32,
},
},
+{
+ .name = "sai6",
+ .playback = {
+ .channels_min = 1,
+ .channels_max = 32,
+ },
+ .capture = {
+ .channels_min = 1,
+ .channels_max = 32,
+ },
+},
};
int imx8ulp_dsp_set_power_state(struct snd_sof_dev *sdev,