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 <aboehm@eurofunk.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com> Link: https://patch.msgid.link/20250122082928.1321536-1-daniel.baluta@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>pull/1137/head
parent
dec6b006f4
commit
b76b3ee557
|
|
@ -294,6 +294,17 @@ static struct snd_soc_dai_driver imx8m_dai[] = {
|
|||
.channels_max = 32,
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "sai2",
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "sai3",
|
||||
.playback = {
|
||||
|
|
@ -305,6 +316,39 @@ static struct snd_soc_dai_driver imx8m_dai[] = {
|
|||
.channels_max = 32,
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "sai5",
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "sai6",
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "sai7",
|
||||
.playback = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
.capture = {
|
||||
.channels_min = 1,
|
||||
.channels_max = 32,
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "micfil",
|
||||
.capture = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue