diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-27 06:43:28 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-27 06:43:28 -0500 |
commit | fee2fba3586f78762ecc5f432dfd3602765a31b3 (patch) | |
tree | 9435bc32c3e41ad74dbcb18d829d8c51227c16c3 /sound/pci/hda/hda_codec.h | |
parent | 986862bdf17655d012f9b0654925dccdcc4183c9 (diff) |
ALSA: hda - Move power_save option to hda_intel.c
Move power_save option into hda_intel.c, and make a field in hda_bus,
instead of keeping module parameters in separate files.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
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 */ |