From 20468a4533525d41b072205b9867fc75f3c4185e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 22 Sep 2006 15:27:55 +0200 Subject: [PATCH] --- yaml --- r: 34967 b: refs/heads/master c: 8b0c4149e82170ebc44b96e9ed96545f8ebd7c81 h: refs/heads/master i: 34965: fc8f1cdeff052233e6972a9c74e5bf256a6280dd 34963: 8f4ec75ef21437a99b2dc6db1f9073c9c1f407d7 34959: 5db58b96960ab058c3e807212e5daf41ab8b0779 v: v3 --- [refs] | 2 +- trunk/sound/drivers/Kconfig | 13 ------------- trunk/sound/pci/Kconfig | 13 +++++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/[refs] b/[refs] index fb8f874e1b05..ffc07d0670f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fef8a0c03daa1aaf3f83e45da2b14674c073a9f5 +refs/heads/master: 8b0c4149e82170ebc44b96e9ed96545f8ebd7c81 diff --git a/trunk/sound/drivers/Kconfig b/trunk/sound/drivers/Kconfig index 952c7f170101..7971285dfd5b 100644 --- a/trunk/sound/drivers/Kconfig +++ b/trunk/sound/drivers/Kconfig @@ -113,17 +113,4 @@ config SND_MPU401 To compile this driver as a module, choose M here: the module will be called snd-mpu401. -config SND_AC97_POWER_SAVE - bool "AC97 Power-Saving Mode" - depends on SND_AC97_CODEC && EXPERIMENTAL - default n - help - Say Y here to enable the aggressive power-saving support of - AC97 codecs. In this mode, the power-mode is dynamically - controlled at each open/close. - - The mode is activated by passing power_save=1 option to - snd-ac97-codec driver. You can toggle it dynamically over - sysfs, too. - endmenu diff --git a/trunk/sound/pci/Kconfig b/trunk/sound/pci/Kconfig index dffb6be76800..8a6b1803c763 100644 --- a/trunk/sound/pci/Kconfig +++ b/trunk/sound/pci/Kconfig @@ -744,4 +744,17 @@ config SND_YMFPCI To compile this driver as a module, choose M here: the module will be called snd-ymfpci. +config SND_AC97_POWER_SAVE + bool "AC97 Power-Saving Mode" + depends on SND_AC97_CODEC && EXPERIMENTAL + default n + help + Say Y here to enable the aggressive power-saving support of + AC97 codecs. In this mode, the power-mode is dynamically + controlled at each open/close. + + The mode is activated by passing power_save=1 option to + snd-ac97-codec driver. You can toggle it dynamically over + sysfs, too. + endmenu