ALSA: Convert to new pm_ops for PCI drivers
[deliverable/linux.git] / sound / pci / ctxfi / cthardware.h
index 908315bec3b49185bfa0786afa9870a1f1e7c4c8..c56fe533b3f375b643988e9d1b9b40f783fa6385 100644 (file)
@@ -73,7 +73,7 @@ struct hw {
        int (*card_stop)(struct hw *hw);
        int (*pll_init)(struct hw *hw, unsigned int rsr);
 #ifdef CONFIG_PM
-       int (*suspend)(struct hw *hw, pm_message_t state);
+       int (*suspend)(struct hw *hw);
        int (*resume)(struct hw *hw, struct card_conf *info);
 #endif
        int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source);
This page took 0.025139 seconds and 5 git commands to generate.