aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/Kconfig
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2014-04-25 09:45:00 -0400
committerTakashi Iwai <tiwai@suse.de>2014-05-26 08:23:36 -0400
commitb5b04336015e76eb52ffc188e16c9cee01821c7c (patch)
tree2d916b5061735b45c26edabb09b53e2aadec4ef4 /sound/firewire/Kconfig
parent1017abed18ae7087e7f3e256c48421d09d83176e (diff)
ALSA: fireworks: Add skelton for Fireworks based devices
This commit adds a new driver for devices based on Fireworks. This driver just creates/removes card instance according to callbacks. Fireworks is a board module which Echo Audio produced. This module consists of three chipsets: - Communication chipset for IEEE1394 PHY/Link and IEC 61883-1/6 - DSP or/and FPGA for signal processing - Flash Memory to store firmwares Current supported devices: - Mackie Onyx 400F/1200F - Echo AudioFire12/8(until 2009 July) - Echo AudioFire2/4/Pre8/8(since 2009 July) - Echo Fireworks 8/HDMI - Gibson Robot Interface pack/GoldTop Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r--sound/firewire/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig
index b3e274fe4a77..8cd4f1f940b0 100644
--- a/sound/firewire/Kconfig
+++ b/sound/firewire/Kconfig
@@ -61,4 +61,18 @@ config SND_SCS1X
61 To compile this driver as a module, choose M here: the module 61 To compile this driver as a module, choose M here: the module
62 will be called snd-scs1x. 62 will be called snd-scs1x.
63 63
64config SND_FIREWORKS
65 tristate "Echo Fireworks board module support"
66 help
67 Say Y here to include support for FireWire devices based
68 on Echo Digital Audio Fireworks board:
69 * Mackie Onyx 400F/1200F
70 * Echo AudioFire12/8(until 2009 July)
71 * Echo AudioFire2/4/Pre8/8(since 2009 July)
72 * Echo Fireworks 8/HDMI
73 * Gibson Robot Interface Pack/GoldTop
74
75 To compile this driver as a module, choose M here: the module
76 will be called snd-fireworks.
77
64endif # SND_FIREWIRE 78endif # SND_FIREWIRE