diff options
| -rw-r--r-- | sound/soc/omap/rx51.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 055e447b2ed6..d0986220eff9 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c | |||
| @@ -331,6 +331,10 @@ static int rx51_aic34_init(struct snd_soc_pcm_runtime *rtd) | |||
| 331 | return err; | 331 | return err; |
| 332 | snd_soc_limit_volume(codec, "TPA6130A2 Headphone Playback Volume", 42); | 332 | snd_soc_limit_volume(codec, "TPA6130A2 Headphone Playback Volume", 42); |
| 333 | 333 | ||
| 334 | err = omap_mcbsp_st_add_controls(codec, 1); | ||
| 335 | if (err < 0) | ||
| 336 | return err; | ||
| 337 | |||
| 334 | snd_soc_dapm_sync(dapm); | 338 | snd_soc_dapm_sync(dapm); |
| 335 | 339 | ||
| 336 | /* AV jack detection */ | 340 | /* AV jack detection */ |
