diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-28 17:29:01 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-28 17:29:01 +0300 |
commit | 02834f112d159eb87b584c7df56bddc5beeff5b3 (patch) | |
tree | 6a6a17d4e7392a34bb36813d9b7c4c9cc6e005ea /sound/drivers | |
parent | 73f6a12ed187b7e7ac9334d1419ba7bf7ac1be26 (diff) | |
download | linux-02834f112d159eb87b584c7df56bddc5beeff5b3.tar.xz |
ALSA: ac97 - Remove EXPERIMENTAL from CONFIG_SND_AC97_POWER_SAVE
It's mature enough now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 255fd18b9aec..0bcf14640fde 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig @@ -163,7 +163,7 @@ config SND_ML403_AC97CR config SND_AC97_POWER_SAVE bool "AC97 Power-Saving Mode" - depends on SND_AC97_CODEC && EXPERIMENTAL + depends on SND_AC97_CODEC default n help Say Y here to enable the aggressive power-saving support of |