ALSA: hda - Remove shutup calls in free callbacks
[pandora-kernel.git] / sound / pci / hda / patch_sigmatel.c
index a6aeb62..1f6fd58 100644 (file)
@@ -4575,8 +4575,6 @@ static void stac92xx_free(struct hda_codec *codec)
        if (! spec)
                return;
 
-       stac92xx_shutup(codec);
-
        kfree(spec);
        snd_hda_detach_beep_device(codec);
 }