diff options
Diffstat (limited to 'sound/ppc/Kconfig')
-rw-r--r-- | sound/ppc/Kconfig | 14 |
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 | ||
23 | endmenu | 23 | config 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 | |||
36 | endmenu | ||