ALSA: fireworks: Add skelton for Fireworks based devices
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 25 Apr 2014 13:45:00 +0000 (22:45 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 26 May 2014 12:23:36 +0000 (14:23 +0200)
commitb5b04336015e76eb52ffc188e16c9cee01821c7c
tree2d916b5061735b45c26edabb09b53e2aadec4ef4
parent1017abed18ae7087e7f3e256c48421d09d83176e
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>
sound/firewire/Kconfig
sound/firewire/Makefile
sound/firewire/fireworks/Makefile [new file with mode: 0644]
sound/firewire/fireworks/fireworks.c [new file with mode: 0644]
sound/firewire/fireworks/fireworks.h [new file with mode: 0644]