diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 4b51c8f2fda2..4b365488c58b 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -692,9 +692,8 @@ static const struct hda_input_mux cxt5045_capture_source = { | |||
692 | }; | 692 | }; |
693 | 693 | ||
694 | static const struct hda_input_mux cxt5045_capture_source_benq = { | 694 | static const struct hda_input_mux cxt5045_capture_source_benq = { |
695 | .num_items = 5, | 695 | .num_items = 4, |
696 | .items = { | 696 | .items = { |
697 | { "CD", 0x4 }, | ||
698 | { "Internal Mic", 0x1 }, | 697 | { "Internal Mic", 0x1 }, |
699 | { "Mic", 0x2 }, | 698 | { "Mic", 0x2 }, |
700 | { "Line", 0x3 }, | 699 | { "Line", 0x3 }, |
@@ -819,9 +818,6 @@ static const struct snd_kcontrol_new cxt5045_mixers[] = { | |||
819 | }; | 818 | }; |
820 | 819 | ||
821 | static const struct snd_kcontrol_new cxt5045_benq_mixers[] = { | 820 | static const struct snd_kcontrol_new cxt5045_benq_mixers[] = { |
822 | HDA_CODEC_VOLUME("CD Playback Volume", 0x17, 0x4, HDA_INPUT), | ||
823 | HDA_CODEC_MUTE("CD Playback Switch", 0x17, 0x4, HDA_INPUT), | ||
824 | |||
825 | HDA_CODEC_VOLUME("Line Playback Volume", 0x17, 0x3, HDA_INPUT), | 821 | HDA_CODEC_VOLUME("Line Playback Volume", 0x17, 0x3, HDA_INPUT), |
826 | HDA_CODEC_MUTE("Line Playback Switch", 0x17, 0x3, HDA_INPUT), | 822 | HDA_CODEC_MUTE("Line Playback Switch", 0x17, 0x3, HDA_INPUT), |
827 | 823 | ||