diff options
Diffstat (limited to 'sound/soc/omap/sdp3430.c')
-rw-r--r-- | sound/soc/omap/sdp3430.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/sdp3430.c b/sound/soc/omap/sdp3430.c index 2c850662ea7e..0e283226e2bf 100644 --- a/sound/soc/omap/sdp3430.c +++ b/sound/soc/omap/sdp3430.c | |||
@@ -187,7 +187,7 @@ static struct snd_soc_dai_link sdp3430_dai[] = { | |||
187 | { | 187 | { |
188 | .name = "TWL4030 I2S", | 188 | .name = "TWL4030 I2S", |
189 | .stream_name = "TWL4030 Audio", | 189 | .stream_name = "TWL4030 Audio", |
190 | .cpu_dai_name = "omap-mcbsp-dai.1", | 190 | .cpu_dai_name = "omap-mcbsp.2", |
191 | .codec_dai_name = "twl4030-hifi", | 191 | .codec_dai_name = "twl4030-hifi", |
192 | .platform_name = "omap-pcm-audio", | 192 | .platform_name = "omap-pcm-audio", |
193 | .codec_name = "twl4030-codec", | 193 | .codec_name = "twl4030-codec", |
@@ -199,7 +199,7 @@ static struct snd_soc_dai_link sdp3430_dai[] = { | |||
199 | { | 199 | { |
200 | .name = "TWL4030 PCM", | 200 | .name = "TWL4030 PCM", |
201 | .stream_name = "TWL4030 Voice", | 201 | .stream_name = "TWL4030 Voice", |
202 | .cpu_dai_name = "omap-mcbsp-dai.2", | 202 | .cpu_dai_name = "omap-mcbsp.3", |
203 | .codec_dai_name = "twl4030-voice", | 203 | .codec_dai_name = "twl4030-voice", |
204 | .platform_name = "omap-pcm-audio", | 204 | .platform_name = "omap-pcm-audio", |
205 | .codec_name = "twl4030-codec", | 205 | .codec_name = "twl4030-codec", |