summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/u5500.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/ux500/u5500.c')
-rw-r--r--sound/soc/ux500/u5500.c26
1 files changed, 18 insertions, 8 deletions
diff --git a/sound/soc/ux500/u5500.c b/sound/soc/ux500/u5500.c
index 6564fe9d639..75f5a3ca1e1 100644
--- a/sound/soc/ux500/u5500.c
+++ b/sound/soc/ux500/u5500.c
@@ -81,14 +81,24 @@ struct snd_soc_dai_link u5500_dai_links[] = {
},
#ifdef CONFIG_SND_SOC_UX500_CG29XX
{
- .name = "cg29xx_0",
- .stream_name = "cg29xx_0",
- .cpu_dai_name = "i2s.0",
- .codec_dai_name = "cg29xx-codec-dai.0",
- .platform_name = "ux500-pcm.0",
- .codec_name = "cg29xx-codec.0",
- .init = NULL,
- .ops = ux500_cg29xx_ops,
+ .name = "cg29xx_0",
+ .stream_name = "cg29xx_0",
+ .cpu_dai_name = "i2s.1",
+ .codec_dai_name = "cg29xx-codec-dai.0",
+ .platform_name = "ux500-pcm.0",
+ .codec_name = "cg29xx-codec.0",
+ .init = NULL,
+ .ops = u5500_cg29xx_ops,
+ },
+ {
+ .name = "cg29xx_1",
+ .stream_name = "cg29xx_1",
+ .cpu_dai_name = "i2s.0",
+ .codec_dai_name = "cg29xx-codec-dai.1",
+ .platform_name = "ux500-pcm.0",
+ .codec_name = "cg29xx-codec.0",
+ .init = NULL,
+ .ops = u5500_cg29xx_ops,
},
#endif
{