]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/firewire/Kconfig
ALSA: oxfw: Change the way to start stream
[mirror_ubuntu-bionic-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
112cddca
TI
12 select SND_PCM
13 select SND_RAWMIDI
31ef9134 14
82fbb4f7 15config SND_DICE
60cea522 16 tristate "DICE-based DACs support"
82fbb4f7 17 select SND_HWDEP
82fbb4f7
CL
18 select SND_FIREWIRE_LIB
19 help
b20be8de 20 Say Y here to include support for many DACs based on the DICE
60cea522 21 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
b20be8de 22
82fbb4f7
CL
23 To compile this driver as a module, choose M here: the module
24 will be called snd-dice.
25
8832c5a7
TS
26config SND_OXFW
27 tristate "Oxford Semiconductor FW970/971 chipset support"
31ef9134
CL
28 select SND_FIREWIRE_LIB
29 help
8832c5a7
TS
30 Say Y here to include support for FireWire devices based on
31 Oxford Semiconductor FW970/971 chipset.
32 * Griffin Firewave
33 * LaCie Firewire Speakers
31ef9134
CL
34
35 To compile this driver as a module, choose M here: the module
8832c5a7 36 will be called snd-oxfw.
31ef9134 37
3a691b28 38config SND_ISIGHT
3cabffd7 39 tristate "Apple iSight microphone"
3a691b28
CL
40 select SND_FIREWIRE_LIB
41 help
42 Say Y here to include support for the front and rear microphones
43 of the Apple iSight web camera.
44
45 To compile this driver as a module, choose M here: the module
46 will be called snd-isight.
47
1999c3a0
CL
48config SND_SCS1X
49 tristate "Stanton Control System 1 MIDI"
1999c3a0
CL
50 select SND_FIREWIRE_LIB
51 help
52 Say Y here to include support for the MIDI ports of the Stanton
53 SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
54 by FFADO.)
55
56 To compile this driver as a module, choose M here: the module
57 will be called snd-scs1x.
58
b5b04336
TS
59config SND_FIREWORKS
60 tristate "Echo Fireworks board module support"
bde8a8f2 61 select SND_FIREWIRE_LIB
594ddced 62 select SND_HWDEP
b5b04336
TS
63 help
64 Say Y here to include support for FireWire devices based
65 on Echo Digital Audio Fireworks board:
66 * Mackie Onyx 400F/1200F
67 * Echo AudioFire12/8(until 2009 July)
68 * Echo AudioFire2/4/Pre8/8(since 2009 July)
69 * Echo Fireworks 8/HDMI
70 * Gibson Robot Interface Pack/GoldTop
71
72 To compile this driver as a module, choose M here: the module
73 will be called snd-fireworks.
74
fd6f4b0d
TS
75config SND_BEBOB
76 tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
77 select SND_FIREWIRE_LIB
618eabea 78 select SND_HWDEP
fd6f4b0d
TS
79 help
80 Say Y here to include support for FireWire devices based
81 on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
82 * Edirol FA-66/FA-101
83 * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
84 * BridgeCo RDAudio1/Audio5
27c82881
SR
85 * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
86 * Mackie d.2 (FireWire Option)
fd6f4b0d
TS
87 * Stanton FinalScratch 2 (ScratchAmp)
88 * Tascam IF-FW/DM
89 * Behringer XENIX UFX 1204/1604
90 * Behringer Digital Mixer X32 series (X-UF Card)
91 * Apogee Rosetta 200/400 (X-FireWire card)
92 * Apogee DA/AD/DD-16X (X-FireWire card)
93 * Apogee Ensemble
27c82881 94 * ESI QuataFire 610
fd6f4b0d
TS
95 * AcousticReality eARMasterOne
96 * CME MatrixKFW
97 * Phonic Helix Board 12 MkII/18 MkII/24 MkII
98 * Phonic Helix Board 12 Universal/18 Universal/24 Universal
99 * Lynx Aurora 8/16 (LT-FW)
100 * ICON FireXon
101 * PrismSound Orpheus/ADA-8XR
326b9cac 102 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
27c82881
SR
103 * TerraTec EWS MIC2/EWS MIC8
104 * TerraTec Aureon 7.1 FireWire
8ac98a35 105 * Yamaha GO44/GO46
25784ec2 106 * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
27c82881 107 * M-Audio FireWire410/AudioPhile/Solo
9076c22d 108 * M-Audio Ozonic/NRV10/ProfireLightBridge
27c82881 109 * M-Audio FireWire 1814/ProjectMix IO
fd6f4b0d
TS
110
111 To compile this driver as a module, choose M here: the module
112 will be called snd-bebob.
113
31ef9134 114endif # SND_FIREWIRE