aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-08-15 09:43:06 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 09:58:56 -0400
commit765c24efa55752b715d9122f36eee485d4903839 (patch)
treeca95ddde1c1408af32c606d42033b94b0753c73c
parent0b7a2e9cefd7614e68520127751f76583498df6c (diff)
[ALSA] hda-codec - Remove conflicting capture mixers for ALC861VD
Removed conflicting capture mixers for ALC861VD model=dallas. It fixes the ALSA bug#3236. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r--sound/pci/hda/patch_realtek.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b3d3916c8eca..171f64192dc8 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10114,17 +10114,6 @@ static struct snd_kcontrol_new alc861vd_dallas_mixer[] = {
10114 HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT), 10114 HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10115 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x05, HDA_INPUT), 10115 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x05, HDA_INPUT),
10116 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x05, HDA_INPUT), 10116 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x05, HDA_INPUT),
10117 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
10118 HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
10119 {
10120 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10121 /* .name = "Capture Source", */
10122 .name = "Input Source",
10123 .count = 1,
10124 .info = alc882_mux_enum_info,
10125 .get = alc882_mux_enum_get,
10126 .put = alc882_mux_enum_put,
10127 },
10128 { } /* end */ 10117 { } /* end */
10129}; 10118};
10130 10119