All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ALSA: oxfw: implement retries for scs1x at transaction failure
@ 2016-02-19  0:55 Takashi Sakamoto
  2016-02-19  0:55 ` [PATCH 1/2] ALSA: oxfw: retry MIDI transferring " Takashi Sakamoto
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Takashi Sakamoto @ 2016-02-19  0:55 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel, ffado-devel

Hi,

Current ALSA oxfw driver has a TODO to retry IEEE 1394 asynchronous
transactions when transaction failure occurs. This patchset is for it.
Additionally, this patchset classifies reason of the failure and stop
the retries to prevent from endless loop of scheduling work.

Regards

Takashi Sakamoto (2):
  ALSA: oxfw: retry MIDI transferring for scs1x at transaction failure
  ALSA: oxfw: discontinue MIDI substream for scs1x at transaction
    failure

 sound/firewire/oxfw/oxfw-scs1x.c | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/2 v2] ALSA: oxfw: implement retries for scs1x at transaction failure
@ 2016-02-24  0:26 Takashi Sakamoto
  2016-02-24  0:26 ` [PATCH 2/2] ALSA: oxfw: discontinue MIDI substream " Takashi Sakamoto
  0 siblings, 1 reply; 13+ messages in thread
From: Takashi Sakamoto @ 2016-02-24  0:26 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel, ffado-devel

Hi,

This patchset updates my former post below. Changes are just adding my sign
(I forgot it...) and improvements of commit messages.

[alsa-devel] [PATCH 0/2] ALSA: oxfw: implement retries for scs1x at transaction failure
http://mailman.alsa-project.org/pipermail/alsa-devel/2016-February/104579.html

In thread of the post, I got some comments about work to extend ALSA
rawmidi core. I've investigated it in a few days ago and realized that it
may not so light work, mainly because of a lack of unified state
management[0].

In this development cycle, I'd like to give it up and use my time for the
other work within my plan for the cycle. Please just apply these two patches.

[0] In short, the state management is understandable for developers who
can understand it, and I'm not.

Regards

Takashi Sakamoto (2):
  ALSA: oxfw: retry MIDI transferring for scs1x at transaction failure
  ALSA: oxfw: discontinue MIDI substream for scs1x at transaction
    failure

 sound/firewire/oxfw/oxfw-scs1x.c | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-02-24  0:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19  0:55 [PATCH 0/2] ALSA: oxfw: implement retries for scs1x at transaction failure Takashi Sakamoto
2016-02-19  0:55 ` [PATCH 1/2] ALSA: oxfw: retry MIDI transferring " Takashi Sakamoto
2016-02-19  0:55 ` [PATCH 2/2] ALSA: oxfw: discontinue MIDI substream " Takashi Sakamoto
2016-02-19  8:19   ` Takashi Iwai
2016-02-19  9:23     ` Takashi Sakamoto
2016-02-19  9:46       ` Takashi Iwai
2016-02-19 15:51         ` Takashi Sakamoto
2016-02-19 16:04           ` Takashi Iwai
2016-02-19 16:11             ` Takashi Iwai
2016-02-19 16:19               ` Takashi Sakamoto
2016-02-19  8:17 ` [PATCH 0/2] ALSA: oxfw: implement retries " Takashi Iwai
2016-02-19  8:51   ` Takashi Sakamoto
  -- strict thread matches above, loose matches on Subject: below --
2016-02-24  0:26 [PATCH 0/2 v2] " Takashi Sakamoto
2016-02-24  0:26 ` [PATCH 2/2] ALSA: oxfw: discontinue MIDI substream " 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.