projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c435ce2
)
LF-3744-1 ASoC: SOF: imx8m: add SAI1 info
author
Viorel Suman
<viorel.suman@nxp.com>
Thu, 22 Apr 2021 10:10:47 +0000
(13:10 +0300)
committer
Viorel Suman
<viorel.suman@nxp.com>
Sun, 25 Apr 2021 10:40:31 +0000
(13:40 +0300)
Add SAI1 instance to imx8m_dai array.
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
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
672c5b4
..
dc3d3f9
100644
(file)
--- a/
sound/soc/sof/imx/imx8m.c
+++ b/
sound/soc/sof/imx/imx8m.c
@@
-394,6
+394,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 = {