diff options
Diffstat (limited to 'sound')
-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[] = { | |||
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 | ||