diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-09-17 13:07:46 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:50:51 -0400 |
commit | 7a5a27cfaedf8589600b7ae585f3ca42b2d3c78a (patch) | |
tree | dc93b1d409d338e53518e79576c0e679df98d9cc /sound/pci/ac97 | |
parent | ec1e7949327a709c83fc7338f89a8c2d1f978fa9 (diff) |
[ALSA] Add default values for power-saving as Kconfig options
Added CONFIG_SND_AC97_POWER_SAVE_DEFAULT and CONFIG_SND_HDA_POWER_SAVE_DEFAULT
Kconfig options as the default values for power-saving mode of AC97 and
HD-audio drivers, respectively.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ac97')
-rw-r--r-- | sound/pci/ac97/ac97_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index 3e5ff29fc499..0906f1717f2b 100644 --- a/sound/pci/ac97/ac97_codec.c +++ b/sound/pci/ac97/ac97_codec.c | |||
@@ -49,7 +49,7 @@ module_param(enable_loopback, bool, 0444); | |||
49 | MODULE_PARM_DESC(enable_loopback, "Enable AC97 ADC/DAC Loopback Control"); | 49 | MODULE_PARM_DESC(enable_loopback, "Enable AC97 ADC/DAC Loopback Control"); |
50 | 50 | ||
51 | #ifdef CONFIG_SND_AC97_POWER_SAVE | 51 | #ifdef CONFIG_SND_AC97_POWER_SAVE |
52 | static int power_save; | 52 | static int power_save = CONFIG_SND_AC97_POWER_SAVE_DEFAULT; |
53 | module_param(power_save, bool, 0644); | 53 | module_param(power_save, bool, 0644); |
54 | MODULE_PARM_DESC(power_save, "Enable AC97 power-saving control"); | 54 | MODULE_PARM_DESC(power_save, "Enable AC97 power-saving control"); |
55 | #endif | 55 | #endif |