Skip to content

Commit

Permalink
ALSA: spitz: MONO -> MONO1
Browse files Browse the repository at this point in the history
Correct route name to be MONO1 instead of MONO to follow
recent fix in wm8750.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Dmitry Baryshkov authored and Takashi Iwai committed Aug 12, 2008
1 parent 23ba79b commit ea381b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/pxa/spitz.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit ea381b7

Please sign in to comment.