Browse Source

ALSA: hda - Add missing slave names for Speaker Surround, etc

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 12 years ago
parent
commit
ee79c69ac7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      sound/pci/hda/hda_generic.c

+ 3 - 0
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,
 };