summaryrefslogtreecommitdiff
path: root/sound/firewire/dice/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2018-05-02 19:16:45 +0900
committerTakashi Iwai <tiwai@suse.de>2018-05-02 16:02:00 +0200
commit58579c056c1c9510ae6695ed8e01ee05bbdcfb23 (patch)
tree938f282653e62b2fe9bb6c60a008ea34b079f68b /sound/firewire/dice/Makefile
parent28b208f600a36f99365b7fcda2d425a2851c0c15 (diff)
ALSA: dice: use extended protocol to detect available stream formats
TC Applied Technologies (TCAT) have added extension to DICE protocol. This protocol extension is called as Extended Application Protocol, a.k.a. EAP. In this protocol extension, units get additional 9 address spaces. One of it is for current configuration. In this address space, a pair of router and stream formats are exposed per mode of three sampling transmission frequencies. This commit adds support the protocol extension for address space of the current configuration to generate cache of stream formats. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/Makefile')
-rw-r--r--sound/firewire/dice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile
index 5cfe618f45ef..7b7997a5754c 100644
--- a/sound/firewire/dice/Makefile
+++ b/sound/firewire/dice/Makefile
@@ -1,4 +1,4 @@
snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \
dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o \
- dice-alesis.o
+ dice-alesis.o dice-extension.o
obj-$(CONFIG_SND_DICE) += snd-dice.o