1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvalds# ALSA PowerMac drivers 31da177e4SLinus Torvalds 489fe5117STakashi Iwaimenuconfig SND_PPC 589fe5117STakashi Iwai bool "PowerPC sound devices" 6f8a3ae6cSKumar Gala depends on PPC 789fe5117STakashi Iwai default y 889fe5117STakashi Iwai help 989fe5117STakashi Iwai Support for sound devices specific to PowerPC architectures. 101da177e4SLinus Torvalds 1189fe5117STakashi Iwaiif SND_PPC 121da177e4SLinus Torvalds 131da177e4SLinus Torvaldsconfig SND_POWERMAC 141da177e4SLinus Torvalds tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)" 1589fe5117STakashi Iwai depends on I2C && INPUT && PPC_PMAC 161da177e4SLinus Torvalds select SND_PCM 17dca7c741SRisto Suominen select SND_VMASTER 181da177e4SLinus Torvalds help 191da177e4SLinus Torvalds Say Y here to include support for the integrated sound device. 201da177e4SLinus Torvalds 211da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 221da177e4SLinus Torvalds will be called snd-powermac. 231da177e4SLinus Torvalds 24f3283853STakashi Iwaiconfig SND_POWERMAC_AUTO_DRC 25f3283853STakashi Iwai bool "Toggle DRC automatically at headphone/line plug-in" 26f3283853STakashi Iwai depends on SND_POWERMAC 27f3283853STakashi Iwai default y 28f3283853STakashi Iwai help 29f3283853STakashi Iwai Say Y here to enable the automatic toggle of DRC (dynamic 30f3283853STakashi Iwai range compression) on Tumbler/Snapper. 31f3283853STakashi Iwai If this feature is enabled, DRC is turned off when the 32f3283853STakashi Iwai headphone/line jack is plugged, and turned on when unplugged. 331da177e4SLinus Torvalds 34f3283853STakashi Iwai Note that you can turn on/off DRC manually even without this 35f3283853STakashi Iwai option. 36f3283853STakashi Iwai 37c454fd4eSMasakazu Mokunoconfig SND_PS3 38c454fd4eSMasakazu Mokuno tristate "PS3 Audio support" 3989fe5117STakashi Iwai depends on PS3_PS3AV 40c454fd4eSMasakazu Mokuno select SND_PCM 41c454fd4eSMasakazu Mokuno default m 42c454fd4eSMasakazu Mokuno help 43c454fd4eSMasakazu Mokuno Say Y here to include support for audio on the PS3 44c454fd4eSMasakazu Mokuno 45c454fd4eSMasakazu Mokuno To compile this driver as a module, choose M here: the module 46c454fd4eSMasakazu Mokuno will be called snd_ps3. 47c454fd4eSMasakazu Mokuno 48c454fd4eSMasakazu Mokunoconfig SND_PS3_DEFAULT_START_DELAY 49c454fd4eSMasakazu Mokuno int "Startup delay time in ms" 50c454fd4eSMasakazu Mokuno depends on SND_PS3 51c454fd4eSMasakazu Mokuno default "2000" 5289fe5117STakashi Iwai 5389fe5117STakashi Iwaiendif # SND_PPC 54