aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/motu/Makefile
diff options
context:
space:
mode:
authorGravatar Takashi Sakamoto <o-takashi@sakamocchi.jp> 2021-10-15 17:08:17 +0900
committerGravatar Takashi Iwai <tiwai@suse.de> 2021-10-15 17:52:07 +0200
commit90b28f3bb85c39b11daf29d473ef21a935c70ec5 (patch)
tree9f9c729a02102e59a6932e5503ac76369240d8db /sound/firewire/motu/Makefile
parentALSA: firewire-motu: add message parser to gather meter information in regist... (diff)
downloadlinux-90b28f3bb85c39b11daf29d473ef21a935c70ec5.tar.gz
linux-90b28f3bb85c39b11daf29d473ef21a935c70ec5.tar.bz2
linux-90b28f3bb85c39b11daf29d473ef21a935c70ec5.zip
ALSA: firewire-motu: add message parser for meter information in command DSP model
Some of MOTU models allows software to configure their DSP parameters by command included in asynchronous transaction. The models multiplex messages for hardware meters into isochronous packet as well as PCM frames. For convenience, I call them as 'command DSP' model. This patch adds message parser for them to gather hardware meter information. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Link: https://lore.kernel.org/r/20211015080826.34847-3-o-takashi@sakamocchi.jp Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/motu/Makefile')
-rw-r--r--sound/firewire/motu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/motu/Makefile b/sound/firewire/motu/Makefile
index edbdf40c7162..3bef2a0b1e2e 100644
--- a/sound/firewire/motu/Makefile
+++ b/sound/firewire/motu/Makefile
@@ -4,5 +4,6 @@ CFLAGS_amdtp-motu.o := -I$(src)
snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o motu-stream.o \
motu-proc.o motu-pcm.o motu-midi.o motu-hwdep.o \
motu-protocol-v2.o motu-protocol-v3.o \
- motu-protocol-v1.o motu-register-dsp-message-parser.o
+ motu-protocol-v1.o motu-register-dsp-message-parser.o \
+ motu-command-dsp-message-parser.o
obj-$(CONFIG_SND_FIREWIRE_MOTU) += snd-firewire-motu.o