aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index e1077df5e882..4034625b5997 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -585,6 +585,7 @@ struct hda_bus_template {
585 void *private_data; 585 void *private_data;
586 struct pci_dev *pci; 586 struct pci_dev *pci;
587 const char *modelname; 587 const char *modelname;
588 int *power_save;
588 struct hda_bus_ops ops; 589 struct hda_bus_ops ops;
589}; 590};
590 591
@@ -601,6 +602,7 @@ struct hda_bus {
601 void *private_data; 602 void *private_data;
602 struct pci_dev *pci; 603 struct pci_dev *pci;
603 const char *modelname; 604 const char *modelname;
605 int *power_save;
604 struct hda_bus_ops ops; 606 struct hda_bus_ops ops;
605 607
606 /* codec linked list */ 608 /* codec linked list */