summaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-04-25 15:45:15 +0200
committerTakashi Iwai2014-05-26 14:29:29 +0200
commiteb7b3a056cd8130e45c4494fb27de54d53ce9f31 (patch)
tree13971a8c6d72473e1c53b1a092041a148db176ed /sound/firewire/bebob/Makefile
parentALSA: bebob: Add skelton for BeBoB based devices (diff)
downloadkernel-qcow2-linux-eb7b3a056cd8130e45c4494fb27de54d53ce9f31.tar.gz
kernel-qcow2-linux-eb7b3a056cd8130e45c4494fb27de54d53ce9f31.tar.xz
kernel-qcow2-linux-eb7b3a056cd8130e45c4494fb27de54d53ce9f31.zip
ALSA: bebob: Add commands and connections/streams management
This commit adds management functionality for connections and streams. BeBoB uses CMP to manage connections and uses AMDTP for streams. This commit also adds some BridgeCo's AV/C extension commands. There are some BridgeCo's AV/C extension commands but this commit just uses below commands to get device's capability and status: 1.Extended Plug Info commands - Plug Channel Position Specific Data - Plug Type Specific Data - Cluster(Section) Info Specific Data - Plug Input Specific Data 2.Extended Stream Format Information commands - Extended Stream Format Information Command - List Request For Extended Plug Info commands for Cluster Info Specific Data, I pick up 'section' instead of 'cluster' from document to prevent from misunderstanding because 'cluster' is also used in IEC 61883-6. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/bebob/Makefile')
-rw-r--r--sound/firewire/bebob/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/bebob/Makefile b/sound/firewire/bebob/Makefile
index c6f014188bbd..5cece62e30c0 100644
--- a/sound/firewire/bebob/Makefile
+++ b/sound/firewire/bebob/Makefile
@@ -1,2 +1,2 @@
-snd-bebob-objs := bebob.o
+snd-bebob-objs := bebob_command.o bebob_stream.o bebob.o
obj-m += snd-bebob.o