projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c503ad4
)
ALSA: hda - Add "PCM" volume to vmaster slave list
author
Takashi Iwai
<tiwai@suse.de>
Thu, 18 Aug 2011 13:13:17 +0000
(15:13 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 18 Aug 2011 13:13:17 +0000
(15:13 +0200)
The new parser may use "PCM" volume, but it was missing the vmaster
slave list, thus "Master" volume didn't control it.
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=41342
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 9a1aa09f47fe1b9191cfba2f924c96ece962fc5c..fcb11af9ad24f76a489f35472933238075b7bad5 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-1784,6
+1784,7
@@
static const char * const alc_slave_vols[] = {
"Speaker Playback Volume",
"Mono Playback Volume",
"Line-Out Playback Volume",
+ "PCM Playback Volume",
NULL,
};
@@
-1798,6
+1799,7
@@
static const char * const alc_slave_sws[] = {
"Mono Playback Switch",
"IEC958 Playback Switch",
"Line-Out Playback Switch",
+ "PCM Playback Switch",
NULL,
};