Skip to content

Commit b76b3ee

Browse files
eurofunbroonie
authored andcommitted
ASoC: SOF: imx8m: add SAI2,5,6,7
Added the remaining SAIs in addition to SAI1 and SAI3. There is no SAI4. Signed-off-by: Alexander Boehm <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Daniel Baluta <[email protected]> Reviewed-by: Iuliana Prodan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent dec6b00 commit b76b3ee

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

sound/soc/sof/imx/imx8m.c

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,17 @@ static struct snd_soc_dai_driver imx8m_dai[] = {
294294
.channels_max = 32,
295295
},
296296
},
297+
{
298+
.name = "sai2",
299+
.playback = {
300+
.channels_min = 1,
301+
.channels_max = 32,
302+
},
303+
.capture = {
304+
.channels_min = 1,
305+
.channels_max = 32,
306+
},
307+
},
297308
{
298309
.name = "sai3",
299310
.playback = {
@@ -305,6 +316,39 @@ static struct snd_soc_dai_driver imx8m_dai[] = {
305316
.channels_max = 32,
306317
},
307318
},
319+
{
320+
.name = "sai5",
321+
.playback = {
322+
.channels_min = 1,
323+
.channels_max = 32,
324+
},
325+
.capture = {
326+
.channels_min = 1,
327+
.channels_max = 32,
328+
},
329+
},
330+
{
331+
.name = "sai6",
332+
.playback = {
333+
.channels_min = 1,
334+
.channels_max = 32,
335+
},
336+
.capture = {
337+
.channels_min = 1,
338+
.channels_max = 32,
339+
},
340+
},
341+
{
342+
.name = "sai7",
343+
.playback = {
344+
.channels_min = 1,
345+
.channels_max = 32,
346+
},
347+
.capture = {
348+
.channels_min = 1,
349+
.channels_max = 32,
350+
},
351+
},
308352
{
309353
.name = "micfil",
310354
.capture = {

0 commit comments

Comments
 (0)