xref: /linux/sound/ppc/Kconfig (revision f8a3ae6c84e60a3f35f573ea592b8fe00dd367ab)
11da177e4SLinus Torvalds# ALSA PowerMac drivers
21da177e4SLinus Torvalds
389fe5117STakashi Iwaimenuconfig SND_PPC
489fe5117STakashi Iwai	bool "PowerPC sound devices"
5*f8a3ae6cSKumar Gala	depends on PPC
689fe5117STakashi Iwai	default y
789fe5117STakashi Iwai	help
889fe5117STakashi Iwai	  Support for sound devices specific to PowerPC architectures.
91da177e4SLinus Torvalds
1089fe5117STakashi Iwaiif SND_PPC
111da177e4SLinus Torvalds
121da177e4SLinus Torvaldsconfig SND_POWERMAC
131da177e4SLinus Torvalds	tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
1489fe5117STakashi Iwai	depends on I2C && INPUT && PPC_PMAC
151da177e4SLinus Torvalds	select SND_PCM
16dca7c741SRisto Suominen	select SND_VMASTER
171da177e4SLinus Torvalds	help
181da177e4SLinus Torvalds	  Say Y here to include support for the integrated sound device.
191da177e4SLinus Torvalds
201da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
211da177e4SLinus Torvalds	  will be called snd-powermac.
221da177e4SLinus Torvalds
23f3283853STakashi Iwaiconfig SND_POWERMAC_AUTO_DRC
24f3283853STakashi Iwai	bool "Toggle DRC automatically at headphone/line plug-in"
25f3283853STakashi Iwai	depends on SND_POWERMAC
26f3283853STakashi Iwai	default y
27f3283853STakashi Iwai	help
28f3283853STakashi Iwai	  Say Y here to enable the automatic toggle of DRC (dynamic
29f3283853STakashi Iwai	  range compression) on Tumbler/Snapper.
30f3283853STakashi Iwai	  If this feature is enabled, DRC is turned off when the
31f3283853STakashi Iwai	  headphone/line jack is plugged, and turned on when unplugged.
321da177e4SLinus Torvalds
33f3283853STakashi Iwai	  Note that you can turn on/off DRC manually even without this
34f3283853STakashi Iwai	  option.
35f3283853STakashi Iwai
36c454fd4eSMasakazu Mokunoconfig SND_PS3
37c454fd4eSMasakazu Mokuno	tristate "PS3 Audio support"
3889fe5117STakashi Iwai	depends on PS3_PS3AV
39c454fd4eSMasakazu Mokuno	select SND_PCM
40c454fd4eSMasakazu Mokuno	default m
41c454fd4eSMasakazu Mokuno	help
42c454fd4eSMasakazu Mokuno	  Say Y here to include support for audio on the PS3
43c454fd4eSMasakazu Mokuno
44c454fd4eSMasakazu Mokuno	  To compile this driver as a module, choose M here: the module
45c454fd4eSMasakazu Mokuno	  will be called snd_ps3.
46c454fd4eSMasakazu Mokuno
47c454fd4eSMasakazu Mokunoconfig SND_PS3_DEFAULT_START_DELAY
48c454fd4eSMasakazu Mokuno	int "Startup delay time in ms"
49c454fd4eSMasakazu Mokuno	depends on SND_PS3
50c454fd4eSMasakazu Mokuno	default "2000"
5189fe5117STakashi Iwai
5289fe5117STakashi Iwaiendif	# SND_PPC
53