ALSA: usb-audio: Add QuickCam Communicate Deluxe/S7500 to volume_control_quirks
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / sparc / Kconfig
CommitLineData
1da177e4
LT
1# ALSA Sparc drivers
2
89fe5117
TI
3menuconfig SND_SPARC
4 bool "Sparc sound devices"
5 depends on SPARC
6 default y
7 help
8 Support for sound devices specific to Sun SPARC architectures.
9
10if SND_SPARC
1da177e4
LT
11
12config SND_SUN_AMD7930
13 tristate "Sun AMD7930"
89fe5117 14 depends on SBUS
1da177e4 15 select SND_PCM
ab79509a
TI
16 help
17 Say Y here to include support for AMD7930 sound device on Sun.
18
19 To compile this driver as a module, choose M here: the module
20 will be called snd-sun-amd7930.
1da177e4 21
1da177e4
LT
22config SND_SUN_CS4231
23 tristate "Sun CS4231"
1da177e4 24 select SND_PCM
ab79509a
TI
25 help
26 Say Y here to include support for CS4231 sound device on Sun.
27
28 To compile this driver as a module, choose M here: the module
29 will be called snd-sun-cs4231.
1da177e4 30
1bd9debf
TI
31config SND_SUN_DBRI
32 tristate "Sun DBRI"
89fe5117 33 depends on SBUS
1bd9debf
TI
34 select SND_PCM
35 help
36 Say Y here to include support for DBRI sound device on Sun.
1da177e4 37
1bd9debf
TI
38 To compile this driver as a module, choose M here: the module
39 will be called snd-sun-dbri.
40
89fe5117 41endif # SND_SPARC