]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - sound/firewire/Kconfig
ALSA: isight: fix hang when unplugging a running device
[mirror_ubuntu-artful-kernel.git] / sound / firewire / Kconfig
CommitLineData
31ef9134
CL
1menuconfig SND_FIREWIRE
2 bool "FireWire sound devices"
3 depends on FIREWIRE
4 default y
5 help
6 Support for IEEE-1394/FireWire/iLink sound devices.
7
8if SND_FIREWIRE && FIREWIRE
9
10config SND_FIREWIRE_LIB
11 tristate
12 depends on SND_PCM
13
14config SND_FIREWIRE_SPEAKERS
15 tristate "FireWire speakers"
16 select SND_PCM
17 select SND_FIREWIRE_LIB
18 help
19 Say Y here to include support for the Griffin FireWave Surround
20 and the LaCie FireWire Speakers.
21
22 To compile this driver as a module, choose M here: the module
23 will be called snd-firewire-speakers.
24
3a691b28
CL
25config SND_ISIGHT
26 tristate "Apple iSight microphone (EXPERIMENTAL)"
27 depends on EXPERIMENTAL
28 select SND_PCM
29 select SND_FIREWIRE_LIB
30 help
31 Say Y here to include support for the front and rear microphones
32 of the Apple iSight web camera.
33
34 To compile this driver as a module, choose M here: the module
35 will be called snd-isight.
36
31ef9134 37endif # SND_FIREWIRE