All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fix sending the same MIDI bytes in two transactions
@ 2015-10-18 10:02 Takashi Sakamoto
  2015-10-18 10:02 ` [PATCH 1/3] ALSA: tascam: remove buffer initialization in driver side Takashi Sakamoto
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Takashi Sakamoto @ 2015-10-18 10:02 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel, ffado-devel

Hi,

In former commits, MIDI functionality is added to TASCAM driver, while
it includes a bug to send the same MIDI bytes in two continuous
transactions.

This patchset is to fix this bug, including some code improvements.

Takashi Sakamoto (3):
  ALSA: tascam: remove buffer initialization in driver side
  ALSA: tascam: improve loop condition to filling MIDI bytes in
    transaction
  ALSA: tascam: clear extra MIDI byte of asynchronous transaction

 sound/firewire/tascam/tascam-transaction.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-10-18 12:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-18 10:02 [PATCH 0/3] fix sending the same MIDI bytes in two transactions Takashi Sakamoto
2015-10-18 10:02 ` [PATCH 1/3] ALSA: tascam: remove buffer initialization in driver side Takashi Sakamoto
2015-10-18 10:02 ` [PATCH 2/3] ALSA: tascam: improve loop condition to filling MIDI bytes in transaction Takashi Sakamoto
2015-10-18 10:10   ` Takashi Iwai
2015-10-18 10:51     ` Takashi Sakamoto
2015-10-18 12:00       ` Takashi Iwai
2015-10-18 12:13         ` Takashi Sakamoto
2015-10-18 10:02 ` [PATCH 3/3] ALSA: tascam: clear extra MIDI byte of asynchronous transaction Takashi Sakamoto

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.