ALSA: hda - Move power_save option to hda_intel.c
[safe/jmp/linux-2.6] / sound / pci / hda / hda_codec.h
index e1077df..4034625 100644 (file)
@@ -585,6 +585,7 @@ struct hda_bus_template {
        void *private_data;
        struct pci_dev *pci;
        const char *modelname;
+       int *power_save;
        struct hda_bus_ops ops;
 };
 
@@ -601,6 +602,7 @@ struct hda_bus {
        void *private_data;
        struct pci_dev *pci;
        const char *modelname;
+       int *power_save;
        struct hda_bus_ops ops;
 
        /* codec linked list */