]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - sound/firewire/Kconfig
ALSA: gus: remove checks for CONFIG_SND_DEBUG_ROM
[mirror_ubuntu-hirsute-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
82fbb4f7 14config SND_DICE
b20be8de 15 tristate "DICE-based DACs (EXPERIMENTAL)"
82fbb4f7
CL
16 select SND_HWDEP
17 select SND_PCM
18 select SND_FIREWIRE_LIB
19 help
b20be8de
CL
20 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.
82fbb4f7
CL
25
26 To compile this driver as a module, choose M here: the module
27 will be called snd-dice.
28
31ef9134
CL
29config 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
3a691b28 40config SND_ISIGHT
3cabffd7 41 tristate "Apple iSight microphone"
3a691b28
CL
42 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
1999c3a0
CL
51config 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
b5b04336
TS
64config SND_FIREWORKS
65 tristate "Echo Fireworks board module support"
bde8a8f2 66 select SND_FIREWIRE_LIB
a63d3ff1 67 select SND_RAWMIDI
aa02bb6e 68 select SND_PCM
594ddced 69 select SND_HWDEP
b5b04336
TS
70 help
71 Say Y here to include support for FireWire devices based
72 on Echo Digital Audio Fireworks board:
73 * Mackie Onyx 400F/1200F
74 * Echo AudioFire12/8(until 2009 July)
75 * Echo AudioFire2/4/Pre8/8(since 2009 July)
76 * Echo Fireworks 8/HDMI
77 * Gibson Robot Interface Pack/GoldTop
78
79 To compile this driver as a module, choose M here: the module
80 will be called snd-fireworks.
81
fd6f4b0d
TS
82config SND_BEBOB
83 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
84 select SND_FIREWIRE_LIB
248b7802 85 select SND_RAWMIDI
fbbebd2c 86 select SND_PCM
618eabea 87 select SND_HWDEP
fd6f4b0d
TS
88 help
89 Say Y here to include support for FireWire devices based
90 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
91 * Edirol FA-66/FA-101
92 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
93 * BridgeCo RDAudio1/Audio5
94 * Mackie Onyx 1220/1620/1640 (Firewire I/O Card)
95 * Mackie d.2 (Firewire Option)
96 * Stanton FinalScratch 2 (ScratchAmp)
97 * Tascam IF-FW/DM
98 * Behringer XENIX UFX 1204/1604
99 * Behringer Digital Mixer X32 series (X-UF Card)
100 * Apogee Rosetta 200/400 (X-FireWire card)
101 * Apogee DA/AD/DD-16X (X-FireWire card)
102 * Apogee Ensemble
103 * ESI Quotafire610
104 * AcousticReality eARMasterOne
105 * CME MatrixKFW
106 * Phonic Helix Board 12 MkII/18 MkII/24 MkII
107 * Phonic Helix Board 12 Universal/18 Universal/24 Universal
108 * Lynx Aurora 8/16 (LT-FW)
109 * ICON FireXon
110 * PrismSound Orpheus/ADA-8XR
326b9cac
TS
111 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
112 * Terratec EWS MIC2/EWS MIC4
113 * Terratec Aureon 7.1 Firewire
8ac98a35 114 * Yamaha GO44/GO46
25784ec2 115 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
9076c22d
TS
116 * M-Audio Firewire410/AudioPhile/Solo
117 * M-Audio Ozonic/NRV10/ProfireLightBridge
3149ac48 118 * M-Audio Firewire 1814/ProjectMix IO
fd6f4b0d
TS
119
120 To compile this driver as a module, choose M here: the module
121 will be called snd-bebob.
122
31ef9134 123endif # SND_FIREWIRE