diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-09-30 09:39:16 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-09-30 15:33:50 +0200 |
commit | 9edf723fd85822c7b7d8ef4f41a74c5a33eeca0c (patch) | |
tree | e0e2cbc177c33ef407d9f9b046fc2ebc7d716035 /sound/firewire/Kconfig | |
parent | 3c95e0c5a6fa36406fe5ba9a2d85a11c1483bfd0 (diff) | |
download | talos-obmc-linux-9edf723fd85822c7b7d8ef4f41a74c5a33eeca0c.tar.gz talos-obmc-linux-9edf723fd85822c7b7d8ef4f41a74c5a33eeca0c.zip |
ALSA: firewire-digi00x: add skeleton for Digi 002/003 family
This commit adds a new driver for Digidesign 002/003 family. This commit
just creates/removes card instance according to bus event. More functions
will be added in following commits.
Digidesign 002/003 family consists of:
* Agere FW802B for IEEE 1394 PHY layer
* PDI 1394L40 for IEEE 1394 LINK layer and IEC 61883 interface
* ALTERA ACEX EP1K50 for IEC 61883 layer and DSP controller
* ADSP-21065L for signal processing
[minor cleanup using skip_spaces() by tiwai]
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/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index 8850b7de1d38..74f17a8263db 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig @@ -120,4 +120,18 @@ config SND_BEBOB To compile this driver as a module, choose M here: the module will be called snd-bebob. +config SND_FIREWIRE_DIGI00X + tristate "Digidesign Digi 002/003 family support" + select SND_FIREWIRE_LIB + help + Say Y here to include support for Digidesign Digi 002/003 family. + * Digi 002 Console + * Digi 002 Rack + * Digi 003 Console + * Digi 003 Rack + * Digi 003 Rack+ + + To compile this driver as a module, choose M here: the module + will be called snd-firewire-digi00x. + endif # SND_FIREWIRE |