From: Dmitry Baryshkov Date: Mon, 11 Aug 2008 22:45:30 +0000 (+0400) Subject: ALSA: spitz: MONO -> MONO1 X-Git-Tag: v3.12-rc1~18555^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea381b7b11f189104af34004c5d832ebe49882cc;p=kernel%2Fkernel-generic.git ALSA: spitz: MONO -> MONO1 Correct route name to be MONO1 instead of MONO to follow recent fix in wm8750. Signed-off-by: Dmitry Baryshkov Acked-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index eefc25b..37cb768 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c @@ -297,7 +297,7 @@ static int spitz_wm8750_init(struct snd_soc_codec *codec) snd_soc_dapm_disable_pin(codec, "LINPUT3"); snd_soc_dapm_disable_pin(codec, "RINPUT3"); snd_soc_dapm_disable_pin(codec, "OUT3"); - snd_soc_dapm_disable_pin(codec, "MONO"); + snd_soc_dapm_disable_pin(codec, "MONO1"); /* Add spitz specific controls */ for (i = 0; i < ARRAY_SIZE(wm8750_spitz_controls); i++) {