Skip to content

Commit

Permalink
ASoC: PXA: Z2: Fix codec pin name
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anarsoul authored and broonie committed Mar 11, 2011
1 parent 5f3822c commit 64c25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/pxa/z2.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static int z2_wm8750_init(struct snd_soc_pcm_runtime *rtd)
snd_soc_dapm_disable_pin(dapm, "LINPUT3");
snd_soc_dapm_disable_pin(dapm, "RINPUT3");
snd_soc_dapm_disable_pin(dapm, "OUT3");
snd_soc_dapm_disable_pin(dapm, "MONO");
snd_soc_dapm_disable_pin(dapm, "MONO1");

/* Add z2 specific widgets */
snd_soc_dapm_new_controls(dapm, wm8750_dapm_widgets,
Expand Down

0 comments on commit 64c25a9

Please sign in to comment.