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 | |
| 14 | config SND_FIREWIRE_SPEAKERS |
| 15 | tristate "FireWire speakers" |
| 16 | select SND_PCM |
| 17 | select SND_FIREWIRE_LIB |
| 18 | help |
| 19 | Say Y here to include support for the Griffin FireWave Surround |
| 20 | and the LaCie FireWire Speakers. |
| 21 | |
| 22 | To compile this driver as a module, choose M here: the module |
| 23 | will be called snd-firewire-speakers. |
| 24 | |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 25 | config SND_ISIGHT |
Clemens Ladisch | 3cabffd | 2011-05-11 10:54:41 +0200 | [diff] [blame] | 26 | tristate "Apple iSight microphone" |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 27 | select SND_PCM |
| 28 | select SND_FIREWIRE_LIB |
| 29 | help |
| 30 | Say Y here to include support for the front and rear microphones |
| 31 | of the Apple iSight web camera. |
| 32 | |
| 33 | To compile this driver as a module, choose M here: the module |
| 34 | will be called snd-isight. |
| 35 | |
Clemens Ladisch | 1999c3a | 2012-05-26 11:43:19 +0200 | [diff] [blame] | 36 | config SND_SCS1X |
| 37 | tristate "Stanton Control System 1 MIDI" |
| 38 | select SND_PCM |
| 39 | select SND_RAWMIDI |
| 40 | select SND_FIREWIRE_LIB |
| 41 | help |
| 42 | Say Y here to include support for the MIDI ports of the Stanton |
| 43 | SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled |
| 44 | by FFADO.) |
| 45 | |
| 46 | To compile this driver as a module, choose M here: the module |
| 47 | will be called snd-scs1x. |
| 48 | |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 49 | endif # SND_FIREWIRE |