Skip to content

Commit

Permalink
ALSA: firewire-motu: remove TODO for interaction with userspace about…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
takaswie authored and tiwai committed Oct 29, 2021
1 parent cddcd54 commit 2672e19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/firewire/motu/amdtp-motu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2672e19

Please sign in to comment.