# ALSA PowerMac drivers menuconfig [31mCONFIG_SND_PPC[0m bool "PowerPC sound devices" depends on [31mCONFIG_PPC[0m default y help Support for sound devices specific to PowerPC architectures. if [31mCONFIG_SND_PPC[0m config [31mCONFIG_SND_POWERMAC[0m tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)" depends on [31mCONFIG_I2C[0m && [31mCONFIG_INPUT[0m && [31mCONFIG_PPC_PMAC[0m select [31mCONFIG_SND_PCM[0m select [31mCONFIG_SND_VMASTER[0m help Say Y here to include support for the integrated sound device. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-powermac. config [31mCONFIG_SND_POWERMAC_AUTO_DRC[0m bool "Toggle DRC automatically at headphone/line plug-in" depends on [31mCONFIG_SND_POWERMAC[0m 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. config [31mCONFIG_SND_PS3[0m tristate "PS3 Audio support" depends on [31mCONFIG_PS3_PS3AV[0m select [31mCONFIG_SND_PCM[0m default m help Say Y here to include support for audio on the PS3 To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd_ps3. config [31mCONFIG_SND_PS3_DEFAULT_START_DELAY[0m int "Startup delay time in ms" depends on [31mCONFIG_SND_PS3[0m default "2000" endif # [31mCONFIG_SND_PPC[0m |