blob: fb39f9cfdfbfaff73ee8b33f1c99f5d52ae4894b [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
Clemens Ladischb20be8d2013-10-15 20:26:05 +020015 tristate "DICE-based DACs (EXPERIMENTAL)"
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020016 select SND_HWDEP
17 select SND_PCM
18 select SND_FIREWIRE_LIB
19 help
Clemens Ladischb20be8d2013-10-15 20:26:05 +020020 Say Y here to include support for many DACs based on the DICE
21 chip family (DICE-II/Jr/Mini) from TC Applied Technologies.
22
23 At the moment, this driver supports playback only. If you
24 want to use devices that support capturing, use FFADO instead.
Clemens Ladisch82fbb4f2011-09-04 22:04:49 +020025
26 To compile this driver as a module, choose M here: the module
27 will be called snd-dice.
28
Clemens Ladisch31ef9132011-03-15 07:53:21 +010029config SND_FIREWIRE_SPEAKERS
30 tristate "FireWire speakers"
31 select SND_PCM
32 select SND_FIREWIRE_LIB
33 help
34 Say Y here to include support for the Griffin FireWave Surround
35 and the LaCie FireWire Speakers.
36
37 To compile this driver as a module, choose M here: the module
38 will be called snd-firewire-speakers.
39
Clemens Ladisch3a691b22011-05-11 10:44:51 +020040config SND_ISIGHT
Clemens Ladisch3cabffd2011-05-11 10:54:41 +020041 tristate "Apple iSight microphone"
Clemens Ladisch3a691b22011-05-11 10:44:51 +020042 select SND_PCM
43 select SND_FIREWIRE_LIB
44 help
45 Say Y here to include support for the front and rear microphones
46 of the Apple iSight web camera.
47
48 To compile this driver as a module, choose M here: the module
49 will be called snd-isight.
50
Clemens Ladisch1999c3a2012-05-26 11:43:19 +020051config SND_SCS1X
52 tristate "Stanton Control System 1 MIDI"
53 select SND_PCM
54 select SND_RAWMIDI
55 select SND_FIREWIRE_LIB
56 help
57 Say Y here to include support for the MIDI ports of the Stanton
58 SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
59 by FFADO.)
60
61 To compile this driver as a module, choose M here: the module
62 will be called snd-scs1x.
63
Takashi Sakamotob5b04332014-04-25 22:45:00 +090064config SND_FIREWORKS
65 tristate "Echo Fireworks board module support"
Takashi Sakamotobde8a8f2014-04-25 22:45:01 +090066 select SND_FIREWIRE_LIB
Takashi Sakamotoa63d3ff2014-04-25 22:45:09 +090067 select SND_RAWMIDI
Takashi Sakamotoaa02bb62014-04-25 22:45:11 +090068 select SND_PCM
Takashi Sakamotob5b04332014-04-25 22:45:00 +090069 help
70 Say Y here to include support for FireWire devices based
71 on Echo Digital Audio Fireworks board:
72 * Mackie Onyx 400F/1200F
73 * Echo AudioFire12/8(until 2009 July)
74 * Echo AudioFire2/4/Pre8/8(since 2009 July)
75 * Echo Fireworks 8/HDMI
76 * Gibson Robot Interface Pack/GoldTop
77
78 To compile this driver as a module, choose M here: the module
79 will be called snd-fireworks.
80
Clemens Ladisch31ef9132011-03-15 07:53:21 +010081endif # SND_FIREWIRE