aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-01-07 03:57:42 -0500
committerTakashi Iwai <tiwai@suse.de>2013-01-12 02:43:47 -0500
commitee79c69ac726269591e2855d5a8d2be02920678d (patch)
tree825c09c26a47c412501f7d969593ffefa9cf5696 /sound
parent7385df6134888553b5ede71cd573ffe0429e2a80 (diff)
ALSA: hda - Add missing slave names for Speaker Surround, etc
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_generic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c
index f4fa60481978..1a1e8e228d7e 100644
--- a/sound/pci/hda/hda_generic.c
+++ b/sound/pci/hda/hda_generic.c
@@ -3252,6 +3252,9 @@ static const char * const slave_pfxs[] = {
3252 "Front", "Surround", "Center", "LFE", "Side", 3252 "Front", "Surround", "Center", "LFE", "Side",
3253 "Headphone", "Speaker", "Mono", "Line Out", 3253 "Headphone", "Speaker", "Mono", "Line Out",
3254 "CLFE", "Bass Speaker", "PCM", 3254 "CLFE", "Bass Speaker", "PCM",
3255 "Speaker Front", "Speaker Surround", "Speaker CLFE", "Speaker Side",
3256 "Headphone Front", "Headphone Surround", "Headphone CLFE",
3257 "Headphone Side",
3255 NULL, 3258 NULL,
3256}; 3259};
3257 3260