Skip to content

Commit

Permalink
ALSA: wm8750: it's MONO1, not MONO
Browse files Browse the repository at this point in the history
Since first commit wm8750 contained output named MONO, but
all routes mentioned MONO1. Correct MONO to be MONO1.

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 11, 2008
1 parent 796aade commit 23ba79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static const struct snd_soc_dapm_widget wm8750_dapm_widgets[] = {
SND_SOC_DAPM_OUTPUT("ROUT1"),
SND_SOC_DAPM_OUTPUT("LOUT2"),
SND_SOC_DAPM_OUTPUT("ROUT2"),
SND_SOC_DAPM_OUTPUT("MONO"),
SND_SOC_DAPM_OUTPUT("MONO1"),
SND_SOC_DAPM_OUTPUT("OUT3"),

SND_SOC_DAPM_INPUT("LINPUT1"),
Expand Down

0 comments on commit 23ba79b

Please sign in to comment.