diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-07 12:57:42 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 11:43:47 +0400 |
commit | ee79c69ac726269591e2855d5a8d2be02920678d (patch) | |
tree | 825c09c26a47c412501f7d969593ffefa9cf5696 | |
parent | 7385df6134888553b5ede71cd573ffe0429e2a80 (diff) | |
download | linux-ee79c69ac726269591e2855d5a8d2be02920678d.tar.xz |
ALSA: hda - Add missing slave names for Speaker Surround, etc
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_generic.c | 3 |
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[] = { "Front", "Surround", "Center", "LFE", "Side", "Headphone", "Speaker", "Mono", "Line Out", "CLFE", "Bass Speaker", "PCM", + "Speaker Front", "Speaker Surround", "Speaker CLFE", "Speaker Side", + "Headphone Front", "Headphone Surround", "Headphone CLFE", + "Headphone Side", NULL, }; |