ALSA: add DICE driver
[deliverable/linux.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
82fbb4f7
CL
14config SND_DICE
15 tristate "DICE devices (EXPERIMENTAL)"
16 select SND_HWDEP
17 select SND_PCM
18 select SND_FIREWIRE_LIB
19 help
20 Say Y here to include support for many FireWire audio interfaces
21 based on the DICE chip family (DICE-II/Jr/Mini) from TC Applied
22 Technologies.
23
24 To compile this driver as a module, choose M here: the module
25 will be called snd-dice.
26
31ef9134
CL
27config SND_FIREWIRE_SPEAKERS
28 tristate "FireWire speakers"
29 select SND_PCM
30 select SND_FIREWIRE_LIB
31 help
32 Say Y here to include support for the Griffin FireWave Surround
33 and the LaCie FireWire Speakers.
34
35 To compile this driver as a module, choose M here: the module
36 will be called snd-firewire-speakers.
37
3a691b28 38config SND_ISIGHT
3cabffd7 39 tristate "Apple iSight microphone"
3a691b28
CL
40 select SND_PCM
41 select SND_FIREWIRE_LIB
42 help
43 Say Y here to include support for the front and rear microphones
44 of the Apple iSight web camera.
45
46 To compile this driver as a module, choose M here: the module
47 will be called snd-isight.
48
1999c3a0
CL
49config SND_SCS1X
50 tristate "Stanton Control System 1 MIDI"
51 select SND_PCM
52 select SND_RAWMIDI
53 select SND_FIREWIRE_LIB
54 help
55 Say Y here to include support for the MIDI ports of the Stanton
56 SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
57 by FFADO.)
58
59 To compile this driver as a module, choose M here: the module
60 will be called snd-scs1x.
61
31ef9134 62endif # SND_FIREWIRE
This page took 0.226982 seconds and 5 git commands to generate.