ALSA: hda - Fix invalid mute led state on resume of IDT codecs
[pandora-kernel.git] / sound / pci / hda / hda_codec.h
index f465e07..8216146 100644 (file)
@@ -712,6 +712,9 @@ struct hda_codec_ops {
        int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
 #endif
        void (*reboot_notify)(struct hda_codec *codec);
+#ifdef SND_HDA_NEEDS_RESUME
+       int (*pre_resume)(struct hda_codec *codec);
+#endif
 };
 
 /* record for amp information cache */