54 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA PowerMac drivers3 4menuconfig SND_PPC5 bool "PowerPC sound devices"6 depends on PPC7 default y8 help9 Support for sound devices specific to PowerPC architectures.10 11if SND_PPC12 13config SND_POWERMAC14 tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"15 depends on I2C && INPUT && PPC_PMAC16 select SND_PCM17 select SND_VMASTER18 help19 Say Y here to include support for the integrated sound device.20 21 To compile this driver as a module, choose M here: the module22 will be called snd-powermac.23 24config SND_POWERMAC_AUTO_DRC25 bool "Toggle DRC automatically at headphone/line plug-in"26 depends on SND_POWERMAC27 default y28 help29 Say Y here to enable the automatic toggle of DRC (dynamic30 range compression) on Tumbler/Snapper.31 If this feature is enabled, DRC is turned off when the32 headphone/line jack is plugged, and turned on when unplugged.33 34 Note that you can turn on/off DRC manually even without this35 option.36 37config SND_PS338 tristate "PS3 Audio support"39 depends on PS3_PS3AV40 select SND_PCM41 default m42 help43 Say Y here to include support for audio on the PS344 45 To compile this driver as a module, choose M here: the module46 will be called snd_ps3.47 48config SND_PS3_DEFAULT_START_DELAY49 int "Startup delay time in ms"50 depends on SND_PS351 default "2000"52 53endif # SND_PPC54