2011-03-15 09:53:21 +03:00
menuconfig SND_FIREWIRE
bool "FireWire sound devices"
depends on FIREWIRE
default y
help
Support for IEEE-1394/FireWire/iLink sound devices.
if SND_FIREWIRE && FIREWIRE
config SND_FIREWIRE_LIB
tristate
depends on SND_PCM
2011-09-05 00:04:49 +04:00
config SND_DICE
2013-10-15 22:26:05 +04:00
tristate "DICE-based DACs (EXPERIMENTAL)"
2011-09-05 00:04:49 +04:00
select SND_HWDEP
select SND_PCM
select SND_FIREWIRE_LIB
help
2013-10-15 22:26:05 +04:00
Say Y here to include support for many DACs based on the DICE
chip family (DICE-II/Jr/Mini) from TC Applied Technologies.
At the moment, this driver supports playback only. If you
want to use devices that support capturing, use FFADO instead.
2011-09-05 00:04:49 +04:00
To compile this driver as a module, choose M here: the module
will be called snd-dice.
2011-03-15 09:53:21 +03:00
config SND_FIREWIRE_SPEAKERS
tristate "FireWire speakers"
select SND_PCM
select SND_FIREWIRE_LIB
help
Say Y here to include support for the Griffin FireWave Surround
and the LaCie FireWire Speakers.
To compile this driver as a module, choose M here: the module
will be called snd-firewire-speakers.
2011-05-11 12:44:51 +04:00
config SND_ISIGHT
2011-05-11 12:54:41 +04:00
tristate "Apple iSight microphone"
2011-05-11 12:44:51 +04:00
select SND_PCM
select SND_FIREWIRE_LIB
help
Say Y here to include support for the front and rear microphones
of the Apple iSight web camera.
To compile this driver as a module, choose M here: the module
will be called snd-isight.
2012-05-26 13:43:19 +04:00
config SND_SCS1X
tristate "Stanton Control System 1 MIDI"
select SND_PCM
select SND_RAWMIDI
select SND_FIREWIRE_LIB
help
Say Y here to include support for the MIDI ports of the Stanton
SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
by FFADO.)
To compile this driver as a module, choose M here: the module
will be called snd-scs1x.
2011-03-15 09:53:21 +03:00
endif # SND_FIREWIRE