aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-09-21 17:25:00 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 10:51:04 -0400
commit6eda7cf184670764a6f6bfc883bd5005379d7251 (patch)
tree8e08969fd8dd3b8e444c0c42c8ca19cfee0cd248
parent213e84ec71abf596be76abcf18b988afeb2c210e (diff)
[ALSA] git-alsa kconfig fix
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r--sound/pci/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index c127e79ed29c..356bf21a1506 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -900,6 +900,7 @@ config SND_AC97_POWER_SAVE_DEFAULT
900 int "Default time-out for AC97 power-save mode" 900 int "Default time-out for AC97 power-save mode"
901 depends on SND_AC97_POWER_SAVE 901 depends on SND_AC97_POWER_SAVE
902 default 0 902 default 0
903 help
903 The default time-out value in seconds for AC97 automatic 904 The default time-out value in seconds for AC97 automatic
904 power-save mode. 0 means to disable the power-save mode. 905 power-save mode. 0 means to disable the power-save mode.
905 906