aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r--sound/pci/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 5d0732c09f2e..2c6486c23a52 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -589,6 +589,14 @@ config SND_HDA_POWER_SAVE
589 HD-audio driver. The power-saving timeout can be configured 589 HD-audio driver. The power-saving timeout can be configured
590 via power_save option or over sysfs on-the-fly. 590 via power_save option or over sysfs on-the-fly.
591 591
592config SND_HDA_POWER_SAVE_DEFAULT
593 int "Default time-out for HD-audio power-save mode"
594 depends on SND_HDA_POWER_SAVE
595 default 0
596 help
597 The default time-out value in seconds for HD-audio automatic
598 power-save mode. 0 means to disable the power-save mode.
599
592config SND_HDSP 600config SND_HDSP
593 tristate "RME Hammerfall DSP Audio" 601 tristate "RME Hammerfall DSP Audio"
594 depends on SND 602 depends on SND
@@ -888,4 +896,11 @@ config SND_AC97_POWER_SAVE
888 snd-ac97-codec driver. You can toggle it dynamically over 896 snd-ac97-codec driver. You can toggle it dynamically over
889 sysfs, too. 897 sysfs, too.
890 898
899config SND_AC97_POWER_SAVE_DEFAULT
900 int "Default time-out for AC97 power-save mode"
901 depends on SND_AC97_POWER_SAVE
902 default 0
903 The default time-out value in seconds for AC97 automatic
904 power-save mode. 0 means to disable the power-save mode.
905
891endmenu 906endmenu