]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ALSA: hda - Clean up dead code in patch_realtek.c
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Dec 2010 16:55:42 +0000 (17:55 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Dec 2010 16:56:00 +0000 (17:56 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index fc435b59a52f136276b64402a0a49c2d2cbacba9..4e6f4f6d342f55cf9e9bb8b4f185251c0bd2617d 100644 (file)
@@ -9214,16 +9214,6 @@ static void alc883_mitac_setup(struct hda_codec *codec)
        spec->autocfg.speaker_pins[1] = 0x17;
 }
 
-/* auto-toggle front mic */
-/*
-static void alc883_mitac_mic_automute(struct hda_codec *codec)
-{
-       unsigned char bits = snd_hda_jack_detect(codec, 0x18) ? HDA_AMP_MUTE : 0;
-
-       snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1, HDA_AMP_MUTE, bits);
-}
-*/
-
 static struct hda_verb alc883_mitac_verbs[] = {
        /* HP */
        {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},