projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796aade
)
ALSA: wm8750: it's MONO1, not MONO
author
Dmitry Baryshkov
<
[email protected]
>
Sat, 9 Aug 2008 11:05:28 +0000
(15:05 +0400)
committer
Takashi Iwai
<
[email protected]
>
Mon, 11 Aug 2008 07:45:19 +0000
(09:45 +0200)
Since first commit wm8750 contained output named MONO, but
all routes mentioned MONO1. Correct MONO to be MONO1.
Signed-off-by: Dmitry Baryshkov <
[email protected]
>
Acked-by: Mark Brown <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/soc/codecs/wm8750.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8750.c
b/sound/soc/codecs/wm8750.c
index e23cb09f0d1499ef76a1fd50790b14e4aef1500a..2e71394ee970c67b3b14666c124369a4c9276328 100644
(file)
--- a/
sound/soc/codecs/wm8750.c
+++ b/
sound/soc/codecs/wm8750.c
@@
-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("MONO
1
"),
SND_SOC_DAPM_OUTPUT("OUT3"),
SND_SOC_DAPM_INPUT("LINPUT1"),