Commit e6e03dae authored by Michael Karcher's avatar Michael Karcher Committed by Takashi Iwai

ALSA: hda - Remove CD control from model=benq for CX20549

The ID used for detection of the BenQ R55E actually identifies the
Quanta TW3 ODM design, which is also used for the Gigabyte W551 laptop
series. Schematics on the internet clearly indicate that the "Port C"
(analog input connected to record source #4 and mixer input #4) is
unconnected.

Playing an audio CD through analog playback (using cdplay from cdtools)
produces no sound, even with the mixer input labelled "CD" enabled, and
the volume control in the CD drive set to maximum. This indicates the
connection is really not present.
Signed-off-by: default avatarMichael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent cbf2d28e
...@@ -692,9 +692,8 @@ static const struct hda_input_mux cxt5045_capture_source = { ...@@ -692,9 +692,8 @@ static const struct hda_input_mux cxt5045_capture_source = {
}; };
static const struct hda_input_mux cxt5045_capture_source_benq = { static const struct hda_input_mux cxt5045_capture_source_benq = {
.num_items = 5, .num_items = 4,
.items = { .items = {
{ "CD", 0x4 },
{ "Internal Mic", 0x1 }, { "Internal Mic", 0x1 },
{ "Mic", 0x2 }, { "Mic", 0x2 },
{ "Line", 0x3 }, { "Line", 0x3 },
...@@ -819,9 +818,6 @@ static const struct snd_kcontrol_new cxt5045_mixers[] = { ...@@ -819,9 +818,6 @@ static const struct snd_kcontrol_new cxt5045_mixers[] = {
}; };
static const struct snd_kcontrol_new cxt5045_benq_mixers[] = { static const struct snd_kcontrol_new cxt5045_benq_mixers[] = {
HDA_CODEC_VOLUME("CD Playback Volume", 0x17, 0x4, HDA_INPUT),
HDA_CODEC_MUTE("CD Playback Switch", 0x17, 0x4, HDA_INPUT),
HDA_CODEC_VOLUME("Line Playback Volume", 0x17, 0x3, HDA_INPUT), HDA_CODEC_VOLUME("Line Playback Volume", 0x17, 0x3, HDA_INPUT),
HDA_CODEC_MUTE("Line Playback Switch", 0x17, 0x3, HDA_INPUT), HDA_CODEC_MUTE("Line Playback Switch", 0x17, 0x3, HDA_INPUT),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment