projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafc835
)
[ALSA] hda-codec - Add missing slave for AD1884 master switch
author
Takashi Iwai
<tiwai@suse.de>
Fri, 25 Jan 2008 10:56:57 +0000
(11:56 +0100)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 31 Jan 2008 16:30:16 +0000
(17:30 +0100)
The Speaker switch is missing in the slave list.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/patch_analog.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_analog.c
b/sound/pci/hda/patch_analog.c
index
1295931
..
3a8f00e
100644
(file)
--- a/
sound/pci/hda/patch_analog.c
+++ b/
sound/pci/hda/patch_analog.c
@@
-138,6
+138,7
@@
static const char *ad_slave_vols[] = {
"Side Playback Volume",
"Headphone Playback Volume",
"Mono Playback Volume",
+ "Speaker Playback Volume",
NULL
};
@@
-149,6
+150,7
@@
static const char *ad_slave_sws[] = {
"Side Playback Switch",
"Headphone Playback Switch",
"Mono Playback Switch",
+ "Speaker Playback Switch",
NULL
};