diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2011-03-11 04:05:38 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-11 07:03:13 -0500 |
commit | 64c25a92e865f06ad8782fbdaa1e2a97d50acf73 (patch) | |
tree | ed7e151191aebb482213a0e0fa983780a0970ccd /sound/soc | |
parent | 5f3822c48a96e50ee4183b38e72581428eff8308 (diff) |
ASoC: PXA: Z2: Fix codec pin name
MONO was renamed to MONO1.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/pxa/z2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c index b0b6c8d7c2f3..d69d9fc32233 100644 --- a/sound/soc/pxa/z2.c +++ b/sound/soc/pxa/z2.c | |||
@@ -152,7 +152,7 @@ static int z2_wm8750_init(struct snd_soc_pcm_runtime *rtd) | |||
152 | snd_soc_dapm_disable_pin(dapm, "LINPUT3"); | 152 | snd_soc_dapm_disable_pin(dapm, "LINPUT3"); |
153 | snd_soc_dapm_disable_pin(dapm, "RINPUT3"); | 153 | snd_soc_dapm_disable_pin(dapm, "RINPUT3"); |
154 | snd_soc_dapm_disable_pin(dapm, "OUT3"); | 154 | snd_soc_dapm_disable_pin(dapm, "OUT3"); |
155 | snd_soc_dapm_disable_pin(dapm, "MONO"); | 155 | snd_soc_dapm_disable_pin(dapm, "MONO1"); |
156 | 156 | ||
157 | /* Add z2 specific widgets */ | 157 | /* Add z2 specific widgets */ |
158 | snd_soc_dapm_new_controls(dapm, wm8750_dapm_widgets, | 158 | snd_soc_dapm_new_controls(dapm, wm8750_dapm_widgets, |