X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fppc%2FKconfig;h=a3fb1496e4dc797609d0186af5d4ba5ae2b696ef;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=1860cb95d0f98f38875604b2f31ca90f639806c4;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index 1860cb95d..a3fb1496e 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig @@ -6,10 +6,30 @@ menu "ALSA PowerMac devices" comment "ALSA PowerMac requires I2C" depends on SND && I2C=n +comment "ALSA PowerMac requires INPUT" + depends on SND && INPUT=n + config SND_POWERMAC tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)" - depends on SND && I2C + depends on SND && I2C && INPUT && PPC_PMAC select SND_PCM + help + Say Y here to include support for the integrated sound device. -endmenu + To compile this driver as a module, choose M here: the module + will be called snd-powermac. + +config SND_POWERMAC_AUTO_DRC + bool "Toggle DRC automatically at headphone/line plug-in" + depends on SND_POWERMAC + default y + help + Say Y here to enable the automatic toggle of DRC (dynamic + range compression) on Tumbler/Snapper. + If this feature is enabled, DRC is turned off when the + headphone/line jack is plugged, and turned on when unplugged. + Note that you can turn on/off DRC manually even without this + option. + +endmenu