diff options
author | Takashi Sakamoto <[email protected]> | 2021-10-29 10:28:47 +0900 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2021-10-29 10:01:43 +0200 |
commit | 2672e1970ab051f0333fdbc61a55b7616f4f5778 (patch) | |
tree | 780d5f88c991c9963c76782d62dc32bf4b94c41c | |
parent | cddcd5472abb7b8a9c37ccbcf0908b79740a01b5 (diff) |
ALSA: firewire-motu: remove TODO for interaction with userspace about control message
Now UAPI of ALSA firewire stack got enough functions to interact with
userspace for protocol of MOTU FireWire series. Let's remove the relevant
TODO.
Signed-off-by: Takashi Sakamoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r-- | sound/firewire/motu/amdtp-motu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/firewire/motu/amdtp-motu.c b/sound/firewire/motu/amdtp-motu.c index 3ea91e281147..2fb52f481d12 100644 --- a/sound/firewire/motu/amdtp-motu.c +++ b/sound/firewire/motu/amdtp-motu.c @@ -424,8 +424,6 @@ static unsigned int process_it_ctx_payloads(struct amdtp_stream *s, if (p->midi_ports) write_midi_messages(s, buf, data_blocks); - // TODO: how to interact control messages between userspace? - write_sph(p->cache, buf, data_blocks, s->data_block_quadlets); } |