diff options
Diffstat (limited to 'sound/soc/omap/rx51.c')
-rw-r--r-- | sound/soc/omap/rx51.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 58936c730a87..2712dd232b6d 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c | |||
@@ -313,7 +313,7 @@ static int rx51_aic34_init(struct snd_soc_pcm_runtime *rtd) | |||
313 | return err; | 313 | return err; |
314 | snd_soc_limit_volume(codec, "TPA6130A2 Headphone Playback Volume", 42); | 314 | snd_soc_limit_volume(codec, "TPA6130A2 Headphone Playback Volume", 42); |
315 | 315 | ||
316 | err = omap_mcbsp_st_add_controls(rtd->cpu_dai); | 316 | err = omap_mcbsp_st_add_controls(rtd); |
317 | if (err < 0) | 317 | if (err < 0) |
318 | return err; | 318 | return err; |
319 | 319 | ||
@@ -353,7 +353,7 @@ static struct snd_soc_dai_link rx51_dai[] = { | |||
353 | { | 353 | { |
354 | .name = "TLV320AIC34", | 354 | .name = "TLV320AIC34", |
355 | .stream_name = "AIC34", | 355 | .stream_name = "AIC34", |
356 | .cpu_dai_name = "omap-mcbsp-dai.1", | 356 | .cpu_dai_name = "omap-mcbsp.2", |
357 | .codec_dai_name = "tlv320aic3x-hifi", | 357 | .codec_dai_name = "tlv320aic3x-hifi", |
358 | .platform_name = "omap-pcm-audio", | 358 | .platform_name = "omap-pcm-audio", |
359 | .codec_name = "tlv320aic3x-codec.2-0018", | 359 | .codec_name = "tlv320aic3x-codec.2-0018", |