~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/firewire/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/firewire/Kconfig (Version linux-6.12-rc7) and /sound/firewire/Kconfig (Version linux-6.10.14)


  1 # SPDX-License-Identifier: GPL-2.0-only             1 # SPDX-License-Identifier: GPL-2.0-only
  2 menuconfig SND_FIREWIRE                             2 menuconfig SND_FIREWIRE
  3         bool "FireWire sound devices"               3         bool "FireWire sound devices"
  4         depends on FIREWIRE                         4         depends on FIREWIRE
  5         default y                                   5         default y
  6         help                                        6         help
  7           Support for IEEE-1394/FireWire/iLink      7           Support for IEEE-1394/FireWire/iLink sound devices.
  8                                                     8 
  9 if SND_FIREWIRE && FIREWIRE                         9 if SND_FIREWIRE && FIREWIRE
 10                                                    10 
 11 config SND_FIREWIRE_LIB                            11 config SND_FIREWIRE_LIB
 12         tristate                                   12         tristate
 13         select SND_PCM                             13         select SND_PCM
 14         select SND_RAWMIDI                         14         select SND_RAWMIDI
 15                                                    15 
 16 config SND_DICE                                    16 config SND_DICE
 17         tristate "DICE-based DACs support"         17         tristate "DICE-based DACs support"
 18         select SND_HWDEP                           18         select SND_HWDEP
 19         select SND_FIREWIRE_LIB                    19         select SND_FIREWIRE_LIB
 20         help                                       20         help
 21           Say Y here to include support for de     21           Say Y here to include support for devices based on the DICE chip family
 22           (DICE-II/TCD2210(Mini)/TCD2220(Jr.))     22           (DICE-II/TCD2210(Mini)/TCD2220(Jr.)) which TC Applied Technologies (TCAT) produced.
 23            * Allen and Heath Zed R16               23            * Allen and Heath Zed R16
 24            * Alesis iO 14/26 FireWire, MasterC     24            * Alesis iO 14/26 FireWire, MasterControl, MultiMix 8/12/16 FireWire
 25            * Avid Mbox 3 Pro                       25            * Avid Mbox 3 Pro
 26            * FlexRadio Systems FLEX-3000, FLEX     26            * FlexRadio Systems FLEX-3000, FLEX-5000
 27            * Focusrite Liquid Saffire 56           27            * Focusrite Liquid Saffire 56
 28            * Focusrite Saffire Pro 14, Pro 24,     28            * Focusrite Saffire Pro 14, Pro 24, Pro 24 DSP, Pro 26, Pro 40(TCD2220)
 29            * Harman Music Group Lexicon I-ONIX     29            * Harman Music Group Lexicon I-ONIX FW810S
 30            * Loud Technologies Mackie Onyx Bla     30            * Loud Technologies Mackie Onyx Blackbird, Onyx 820i/1220i/1620i/1640i (latter models)
 31            * M-Audio ProFire 610/2626              31            * M-Audio ProFire 610/2626
 32            * Mytek Stereo192-DSD DAC               32            * Mytek Stereo192-DSD DAC
 33            * Midas Klark Teknik VeniceF series     33            * Midas Klark Teknik VeniceF series
 34            * PreSonus FireStudio, FireStudio M     34            * PreSonus FireStudio, FireStudio Mobile, FireStudio Project, FireStudio Tube
 35            * PreSonus StudioLive 16.4.2, 16.0.     35            * PreSonus StudioLive 16.4.2, 16.0.2, 24.4.2, 32.4.2
 36            * Solid State Logic Duende Classic,     36            * Solid State Logic Duende Classic, Duende Mini
 37            * TC Electronic Studio Konnekt 48,      37            * TC Electronic Studio Konnekt 48, Konnekt 24D, Konnekt Live, Impact Twin
 38            * TC Electronic Digital Konnekt x32     38            * TC Electronic Digital Konnekt x32, Desktop Konnekt 6
 39            * Weiss Engineering ADC2, Vesta, Mi     39            * Weiss Engineering ADC2, Vesta, Minerva, AFI1, DAC1, INT202, DAC202
 40                                                    40 
 41           To compile this driver as a module,      41           To compile this driver as a module, choose M here: the module
 42           will be called snd-dice.                 42           will be called snd-dice.
 43                                                    43 
 44 config SND_OXFW                                    44 config SND_OXFW
 45         tristate "Oxford Semiconductor FW970/9     45         tristate "Oxford Semiconductor FW970/971 chipset support"
 46         select SND_FIREWIRE_LIB                    46         select SND_FIREWIRE_LIB
 47         select SND_HWDEP                           47         select SND_HWDEP
 48         help                                       48         help
 49           Say Y here to include support for Fi     49           Say Y here to include support for FireWire devices based on
 50           Oxford Semiconductor FW970/971 chips     50           Oxford Semiconductor FW970/971 chipset.
 51            * Griffin Firewave                      51            * Griffin Firewave
 52            * LaCie Firewire Speakers               52            * LaCie Firewire Speakers
 53            * Behringer F-Control Audio 202         53            * Behringer F-Control Audio 202
 54            * Mackie(Loud) Onyx-i series (forme     54            * Mackie(Loud) Onyx-i series (former models)
 55            * Mackie(Loud) Onyx 1640i (former m     55            * Mackie(Loud) Onyx 1640i (former model)
 56            * Mackie(Loud) Onyx Satellite           56            * Mackie(Loud) Onyx Satellite
 57            * Mackie(Loud) Tapco Link.Firewire      57            * Mackie(Loud) Tapco Link.Firewire
 58            * Mackie(Loud) d.2 pro/d.4 pro (bui     58            * Mackie(Loud) d.2 pro/d.4 pro (built-in FireWire card with OXFW971 ASIC)
 59            * Mackie(Loud) U.420/U.420d             59            * Mackie(Loud) U.420/U.420d
 60            * TASCAM FireOne                        60            * TASCAM FireOne
 61            * Stanton Controllers & Systems 1 D     61            * Stanton Controllers & Systems 1 Deck/Mixer
 62            * APOGEE duet FireWire                  62            * APOGEE duet FireWire
 63                                                    63 
 64           To compile this driver as a module,      64           To compile this driver as a module, choose M here: the module
 65           will be called snd-oxfw.                 65           will be called snd-oxfw.
 66                                                    66 
 67 config SND_ISIGHT                                  67 config SND_ISIGHT
 68         tristate "Apple iSight microphone"         68         tristate "Apple iSight microphone"
 69         select SND_FIREWIRE_LIB                    69         select SND_FIREWIRE_LIB
 70         help                                       70         help
 71           Say Y here to include support for th     71           Say Y here to include support for the front and rear microphones
 72           of the Apple iSight web camera.          72           of the Apple iSight web camera.
 73                                                    73 
 74           To compile this driver as a module,      74           To compile this driver as a module, choose M here: the module
 75           will be called snd-isight.               75           will be called snd-isight.
 76                                                    76 
 77 config SND_FIREWORKS                               77 config SND_FIREWORKS
 78         tristate "Echo Fireworks board module      78         tristate "Echo Fireworks board module support"
 79         select SND_FIREWIRE_LIB                    79         select SND_FIREWIRE_LIB
 80         select SND_HWDEP                           80         select SND_HWDEP
 81         help                                       81         help
 82           Say Y here to include support for Fi     82           Say Y here to include support for FireWire devices based
 83           on Echo Digital Audio Fireworks boar     83           on Echo Digital Audio Fireworks board:
 84            * Mackie Onyx 400F/1200F                84            * Mackie Onyx 400F/1200F
 85            * Echo AudioFire12/8(until 2009 Jul     85            * Echo AudioFire12/8(until 2009 July)
 86            * Echo AudioFire2/4/Pre8/8(since 20     86            * Echo AudioFire2/4/Pre8/8(since 2009 July)
 87            * Echo Fireworks 8/HDMI                 87            * Echo Fireworks 8/HDMI
 88            * Gibson Robot Interface Pack/GoldT     88            * Gibson Robot Interface Pack/GoldTop
 89                                                    89 
 90           To compile this driver as a module,      90           To compile this driver as a module, choose M here: the module
 91           will be called snd-fireworks.            91           will be called snd-fireworks.
 92                                                    92 
 93 config SND_BEBOB                                   93 config SND_BEBOB
 94         tristate "BridgeCo DM1000/DM1100/DM150     94         tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
 95         select SND_FIREWIRE_LIB                    95         select SND_FIREWIRE_LIB
 96         select SND_HWDEP                           96         select SND_HWDEP
 97         help                                       97         help
 98          Say Y here to include support for Fir     98          Say Y here to include support for FireWire devices based
 99          on BridgeCo DM1000/DM1100/DM1500 with     99          on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
100           * Edirol FA-66/FA-101                   100           * Edirol FA-66/FA-101
101           * PreSonus FIREBOX/FIREPOD/FP10/Insp    101           * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394
102           * BridgeCo RDAudio1/Audio5              102           * BridgeCo RDAudio1/Audio5
103           * Mackie Onyx 1220/1620/1640 (FireWi    103           * Mackie Onyx 1220/1620/1640 (FireWire I/O Card)
104           * Mackie d.2 (optional FireWire card    104           * Mackie d.2 (optional FireWire card with DM1000 ASIC)
105           * Stanton FinalScratch 2 (ScratchAmp    105           * Stanton FinalScratch 2 (ScratchAmp)
106           * Tascam IF-FW/DM                       106           * Tascam IF-FW/DM
107           * Behringer XENIX UFX 1204/1604         107           * Behringer XENIX UFX 1204/1604
108           * Behringer Digital Mixer X32 series    108           * Behringer Digital Mixer X32 series (X-UF Card)
109           * Behringer FCA610/1616                 109           * Behringer FCA610/1616
110           * Apogee Rosetta 200/400 (X-FireWire    110           * Apogee Rosetta 200/400 (X-FireWire card)
111           * Apogee DA/AD/DD-16X (X-FireWire ca    111           * Apogee DA/AD/DD-16X (X-FireWire card)
112           * Apogee Ensemble                       112           * Apogee Ensemble
113           * ESI QuataFire 610                     113           * ESI QuataFire 610
114           * AcousticReality eARMasterOne          114           * AcousticReality eARMasterOne
115           * CME MatrixKFW                         115           * CME MatrixKFW
116           * Phonic Helix Board 12 MkII/18 MkII    116           * Phonic Helix Board 12 MkII/18 MkII/24 MkII
117           * Phonic Helix Board 12 Universal/18    117           * Phonic Helix Board 12 Universal/18 Universal/24 Universal
118           * Lynx Aurora 8/16 (LT-FW)              118           * Lynx Aurora 8/16 (LT-FW)
119           * ICON FireXon                          119           * ICON FireXon
120           * PrismSound Orpheus/ADA-8XR            120           * PrismSound Orpheus/ADA-8XR
121           * TerraTec PHASE 24 FW/PHASE X24 FW/    121           * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
122           * TerraTec EWS MIC2/EWS MIC8            122           * TerraTec EWS MIC2/EWS MIC8
123           * TerraTec Aureon 7.1 FireWire          123           * TerraTec Aureon 7.1 FireWire
124           * Yamaha GO44/GO46                      124           * Yamaha GO44/GO46
125           * Focusrite Saffire/Saffire LE/Saffi    125           * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO
126           * M-Audio FireWire410/AudioPhile/Sol    126           * M-Audio FireWire410/AudioPhile/Solo
127           * M-Audio Ozonic/NRV10/ProfireLightB    127           * M-Audio Ozonic/NRV10/ProfireLightBridge
128           * M-Audio FireWire 1814/ProjectMix I    128           * M-Audio FireWire 1814/ProjectMix IO
129           * Digidesign Mbox 2 Pro                 129           * Digidesign Mbox 2 Pro
130           * ToneWeal FW66                         130           * ToneWeal FW66
131                                                   131 
132           To compile this driver as a module,     132           To compile this driver as a module, choose M here: the module
133           will be called snd-bebob.               133           will be called snd-bebob.
134                                                   134 
135 config SND_FIREWIRE_DIGI00X                       135 config SND_FIREWIRE_DIGI00X
136         tristate "Digidesign Digi 002/003 fami    136         tristate "Digidesign Digi 002/003 family support"
137         select SND_FIREWIRE_LIB                   137         select SND_FIREWIRE_LIB
138         select SND_HWDEP                          138         select SND_HWDEP
139         help                                      139         help
140          Say Y here to include support for Dig    140          Say Y here to include support for Digidesign Digi 002/003 family.
141           * Digi 002 Console                      141           * Digi 002 Console
142           * Digi 002 Rack                         142           * Digi 002 Rack
143           * Digi 003 Console                      143           * Digi 003 Console
144           * Digi 003 Rack                         144           * Digi 003 Rack
145           * Digi 003 Rack+                        145           * Digi 003 Rack+
146                                                   146 
147          To compile this driver as a module, c    147          To compile this driver as a module, choose M here: the module
148          will be called snd-firewire-digi00x.     148          will be called snd-firewire-digi00x.
149                                                   149 
150 config SND_FIREWIRE_TASCAM                        150 config SND_FIREWIRE_TASCAM
151         tristate "TASCAM FireWire series suppo    151         tristate "TASCAM FireWire series support"
152         select SND_FIREWIRE_LIB                   152         select SND_FIREWIRE_LIB
153         select SND_HWDEP                          153         select SND_HWDEP
154         help                                      154         help
155          Say Y here to include support for TAS    155          Say Y here to include support for TASCAM.
156           * FW-1884                               156           * FW-1884
157           * FW-1082                               157           * FW-1082
158           * FW-1804                               158           * FW-1804
159                                                   159 
160          To compile this driver as a module, c    160          To compile this driver as a module, choose M here: the module
161          will be called snd-firewire-tascam.      161          will be called snd-firewire-tascam.
162                                                   162 
163 config SND_FIREWIRE_MOTU                          163 config SND_FIREWIRE_MOTU
164         tristate "Mark of the unicorn FireWire    164         tristate "Mark of the unicorn FireWire series support"
165         select SND_FIREWIRE_LIB                   165         select SND_FIREWIRE_LIB
166         select SND_HWDEP                          166         select SND_HWDEP
167         help                                      167         help
168          Say Y here to enable support for Fire    168          Say Y here to enable support for FireWire devices which MOTU produced:
169           * 828                                   169           * 828
170           * 896                                   170           * 896
171           * 828mk2                                171           * 828mk2
172           * 896hd                                 172           * 896hd
173           * Traveler                              173           * Traveler
174           * Ultralite                             174           * Ultralite
175           * 8pre                                  175           * 8pre
176           * 828mk3 (FireWire only)                176           * 828mk3 (FireWire only)
177           * 828mk3 (Hybrid)                       177           * 828mk3 (Hybrid)
178           * 896mk3 (FireWire only)                178           * 896mk3 (FireWire only)
179           * 896mk3 (Hybrid)                       179           * 896mk3 (Hybrid)
180           * Ultralite mk3 (FireWire only)         180           * Ultralite mk3 (FireWire only)
181           * Ultralite mk3 (Hybrid)                181           * Ultralite mk3 (Hybrid)
182           * Traveler mk3                          182           * Traveler mk3
183           * Audio Express                         183           * Audio Express
184           * Track 16                              184           * Track 16
185           * 4pre                                  185           * 4pre
186                                                   186 
187          To compile this driver as a module, c    187          To compile this driver as a module, choose M here: the module
188          will be called snd-firewire-motu.        188          will be called snd-firewire-motu.
189                                                   189 
190 config SND_FIREFACE                               190 config SND_FIREFACE
191         tristate "RME Fireface series support"    191         tristate "RME Fireface series support"
192         select SND_FIREWIRE_LIB                   192         select SND_FIREWIRE_LIB
193         select SND_HWDEP                          193         select SND_HWDEP
194         help                                      194         help
195          Say Y here to include support for RME    195          Say Y here to include support for RME fireface series.
196           * Fireface 400                          196           * Fireface 400
197           * Fireface 800                          197           * Fireface 800
198           * Fireface UFX                          198           * Fireface UFX
199           * Fireface UCX                          199           * Fireface UCX
200           * Fireface 802                          200           * Fireface 802
201                                                   201 
202 endif # SND_FIREWIRE                              202 endif # SND_FIREWIRE
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php