projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ad1f4
)
ALSA: hda - Add missing Front/Surround/CLFE as slaves for Cxt auto-parser
author
Takashi Iwai
<tiwai@suse.de>
Tue, 17 May 2011 07:17:52 +0000
(09:17 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 17 May 2011 07:17:52 +0000
(09:17 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_conexant.c
b/sound/pci/hda/patch_conexant.c
index 390bc02dcf586b7af0620a74e8d1c35c72d4a485..703dda69ad7cd106b65189b0ab887ef2b87c5f05 100644
(file)
--- a/
sound/pci/hda/patch_conexant.c
+++ b/
sound/pci/hda/patch_conexant.c
@@
-475,12
+475,18
@@
static const struct snd_kcontrol_new cxt_beep_mixer[] = {
static const char * const slave_vols[] = {
"Headphone Playback Volume",
"Speaker Playback Volume",
+ "Front Playback Volume",
+ "Surround Playback Volume",
+ "CLFE Playback Volume",
NULL
};
static const char * const slave_sws[] = {
"Headphone Playback Switch",
"Speaker Playback Switch",
+ "Front Playback Switch",
+ "Surround Playback Switch",
+ "CLFE Playback Switch",
NULL
};