aboutsummaryrefslogtreecommitdiffstats
path: root/sound/ppc/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-09-07 11:08:40 -0400
committerJaroslav Kysela <perex@suse.cz>2005-09-12 04:47:34 -0400
commitf328385309f310626751c54f694641459e2d4582 (patch)
tree3bc59eab971a8cc1cf6c58efc7daebcbb73d4273 /sound/ppc/Kconfig
parenta28f1cda0d01f6f98e3bef6a07c483a90f6a35d6 (diff)
[ALSA] powermac - Add AUTO_DRC config
PPC,PPC Tumbler driver Added AUTO_DRC kernel config to enable/disable the auto-DRC-toggle feature on tumbler/snapper. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/ppc/Kconfig')
-rw-r--r--sound/ppc/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig
index bda5bc4e6148..206b9333f91f 100644
--- a/sound/ppc/Kconfig
+++ b/sound/ppc/Kconfig
@@ -20,5 +20,17 @@ config SND_POWERMAC
20 To compile this driver as a module, choose M here: the module 20 To compile this driver as a module, choose M here: the module
21 will be called snd-powermac. 21 will be called snd-powermac.
22 22
23endmenu 23config SND_POWERMAC_AUTO_DRC
24 bool "Toggle DRC automatically at headphone/line plug-in"
25 depends on SND_POWERMAC
26 default y
27 help
28 Say Y here to enable the automatic toggle of DRC (dynamic
29 range compression) on Tumbler/Snapper.
30 If this feature is enabled, DRC is turned off when the
31 headphone/line jack is plugged, and turned on when unplugged.
24 32
33 Note that you can turn on/off DRC manually even without this
34 option.
35
36endmenu