diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-12-16 11:55:42 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-16 11:56:00 -0500 |
commit | 30fac30103185d853cb5cdb4bbed70d629d6da7e (patch) | |
tree | 12f6e9338fd5b11da61f168d6afdaa08c355aff7 | |
parent | eeb433876cf59438a1e1600a957ff6cc99c860eb (diff) |
ALSA: hda - Clean up dead code in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index fc435b59a52f..4e6f4f6d342f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -9214,16 +9214,6 @@ static void alc883_mitac_setup(struct hda_codec *codec) | |||
9214 | spec->autocfg.speaker_pins[1] = 0x17; | 9214 | spec->autocfg.speaker_pins[1] = 0x17; |
9215 | } | 9215 | } |
9216 | 9216 | ||
9217 | /* auto-toggle front mic */ | ||
9218 | /* | ||
9219 | static void alc883_mitac_mic_automute(struct hda_codec *codec) | ||
9220 | { | ||
9221 | unsigned char bits = snd_hda_jack_detect(codec, 0x18) ? HDA_AMP_MUTE : 0; | ||
9222 | |||
9223 | snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1, HDA_AMP_MUTE, bits); | ||
9224 | } | ||
9225 | */ | ||
9226 | |||
9227 | static struct hda_verb alc883_mitac_verbs[] = { | 9217 | static struct hda_verb alc883_mitac_verbs[] = { |
9228 | /* HP */ | 9218 | /* HP */ |
9229 | {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, | 9219 | {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, |