]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/pci/hda/hda_codec.h
ALSA: Convert to new pm_ops for PCI drivers
[mirror_ubuntu-bionic-kernel.git] / sound / pci / hda / hda_codec.h
index 2fdaadbb4326fad36863fa1c5f1373464614ab88..5aab408dcb6a04b007f9e3b33a35926080e6d90a 100644 (file)
@@ -703,7 +703,7 @@ struct hda_codec_ops {
        void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
                                unsigned int power_state);
 #ifdef CONFIG_PM
-       int (*suspend)(struct hda_codec *codec, pm_message_t state);
+       int (*suspend)(struct hda_codec *codec);
        int (*resume)(struct hda_codec *codec);
 #endif
 #ifdef CONFIG_SND_HDA_POWER_SAVE