blob: 915330989412e0c04723ec1436d4aa79a12cdc46 [file] [log] [blame]
Clemens Ladisch31ef9132011-03-15 07:53:21 +01001menuconfig 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
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020014config 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
Clemens Ladisch31ef9132011-03-15 07:53:21 +010027config 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
Clemens Ladisch3a691b22011-05-11 10:44:51 +020038config SND_ISIGHT
Clemens Ladisch3cabffd2011-05-11 10:54:41 +020039 tristate "Apple iSight microphone"
Clemens Ladisch3a691b22011-05-11 10:44:51 +020040 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
Clemens Ladisch1999c3a2012-05-26 11:43:19 +020049config 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
Clemens Ladisch31ef9132011-03-15 07:53:21 +010062endif # SND_FIREWIRE