Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 1 | menuconfig 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 | |
| 8 | if SND_FIREWIRE && FIREWIRE |
| 9 | |
| 10 | config SND_FIREWIRE_LIB |
| 11 | tristate |
| 12 | depends on SND_PCM |
| 13 | |
Clemens Ladisch | 82fbb4f | 2011-09-04 22:04:49 +0200 | [diff] [blame^] | 14 | config 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 Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 27 | config 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 Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 38 | config SND_ISIGHT |
Clemens Ladisch | 3cabffd | 2011-05-11 10:54:41 +0200 | [diff] [blame] | 39 | tristate "Apple iSight microphone" |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 40 | 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 Ladisch | 1999c3a | 2012-05-26 11:43:19 +0200 | [diff] [blame] | 49 | config 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 Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 62 | endif # SND_FIREWIRE |