diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 390bc02dcf58..703dda69ad7c 100644 --- 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[] = { | |||
475 | static const char * const slave_vols[] = { | 475 | static const char * const slave_vols[] = { |
476 | "Headphone Playback Volume", | 476 | "Headphone Playback Volume", |
477 | "Speaker Playback Volume", | 477 | "Speaker Playback Volume", |
478 | "Front Playback Volume", | ||
479 | "Surround Playback Volume", | ||
480 | "CLFE Playback Volume", | ||
478 | NULL | 481 | NULL |
479 | }; | 482 | }; |
480 | 483 | ||
481 | static const char * const slave_sws[] = { | 484 | static const char * const slave_sws[] = { |
482 | "Headphone Playback Switch", | 485 | "Headphone Playback Switch", |
483 | "Speaker Playback Switch", | 486 | "Speaker Playback Switch", |
487 | "Front Playback Switch", | ||
488 | "Surround Playback Switch", | ||
489 | "CLFE Playback Switch", | ||
484 | NULL | 490 | NULL |
485 | }; | 491 | }; |
486 | 492 | ||