0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA PowerMac drivers
0003
0004 menuconfig SND_PPC
0005 bool "PowerPC sound devices"
0006 depends on PPC
0007 default y
0008 help
0009 Support for sound devices specific to PowerPC architectures.
0010
0011 if SND_PPC
0012
0013 config SND_POWERMAC
0014 tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
0015 depends on I2C && INPUT && PPC_PMAC
0016 select SND_PCM
0017 select SND_VMASTER
0018 help
0019 Say Y here to include support for the integrated sound device.
0020
0021 To compile this driver as a module, choose M here: the module
0022 will be called snd-powermac.
0023
0024 config SND_POWERMAC_AUTO_DRC
0025 bool "Toggle DRC automatically at headphone/line plug-in"
0026 depends on SND_POWERMAC
0027 default y
0028 help
0029 Say Y here to enable the automatic toggle of DRC (dynamic
0030 range compression) on Tumbler/Snapper.
0031 If this feature is enabled, DRC is turned off when the
0032 headphone/line jack is plugged, and turned on when unplugged.
0033
0034 Note that you can turn on/off DRC manually even without this
0035 option.
0036
0037 config SND_PS3
0038 tristate "PS3 Audio support"
0039 depends on PS3_PS3AV
0040 select SND_PCM
0041 default m
0042 help
0043 Say Y here to include support for audio on the PS3
0044
0045 To compile this driver as a module, choose M here: the module
0046 will be called snd_ps3.
0047
0048 config SND_PS3_DEFAULT_START_DELAY
0049 int "Startup delay time in ms"
0050 depends on SND_PS3
0051 default "2000"
0052
0053 endif # SND_PPC