All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: firewire-motu: remove TODO for interaction with userspace about control message
@ 2021-10-29  1:28 Takashi Sakamoto
  2021-10-29  8:02 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Sakamoto @ 2021-10-29  1:28 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, clemens

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 <o-takashi@sakamocchi.jp>
---
 sound/firewire/motu/amdtp-motu.c | 2 --
 1 file changed, 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);
 	}
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: firewire-motu: remove TODO for interaction with userspace about control message
  2021-10-29  1:28 [PATCH] ALSA: firewire-motu: remove TODO for interaction with userspace about control message Takashi Sakamoto
@ 2021-10-29  8:02 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-10-29  8:02 UTC (permalink / raw)
  To: Takashi Sakamoto; +Cc: alsa-devel, clemens

On Fri, 29 Oct 2021 03:28:47 +0200,
Takashi Sakamoto wrote:
> 
> 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 <o-takashi@sakamocchi.jp>

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-29  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29  1:28 [PATCH] ALSA: firewire-motu: remove TODO for interaction with userspace about control message Takashi Sakamoto
2021-10-29  8:02 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.