mbox series

[0/3] ALSA: bebob: misc improvements for starting/stopping packet streaming

Message ID 20191101131323.17300-1-o-takashi@sakamocchi.jp (mailing list archive)
Headers show
Series ALSA: bebob: misc improvements for starting/stopping packet streaming | expand

Message

Takashi Sakamoto Nov. 1, 2019, 1:13 p.m. UTC
Hi,

This patchset improves model-specific issues in a point of protocol
version supported by the model. The changes are relevant to packet
streaming, thus it can brings some regressions.

For testers, I prepare for a remote branch to backport the latest
codes to Linux v4.17 or later. I'm happy to receive any report.
https://github.com/takaswie/snd-firewire-improve/tree/topic/bebob-connection-issue

Takashi Sakamoto (3):
  ALSA: bebob: expand sleep just after breaking connections for protocol
    version 1
  ALSA: bebob: expand delay of start for IR context just for version 3
    firmware
  ALSA: bebob: link the order of establishing connections and Syt-match
    clock mode

 sound/firewire/bebob/bebob_stream.c | 76 ++++++++++++++---------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Comments

Takashi Iwai Nov. 2, 2019, 7:51 a.m. UTC | #1
On Fri, 01 Nov 2019 14:13:20 +0100,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> This patchset improves model-specific issues in a point of protocol
> version supported by the model. The changes are relevant to packet
> streaming, thus it can brings some regressions.
> 
> For testers, I prepare for a remote branch to backport the latest
> codes to Linux v4.17 or later. I'm happy to receive any report.
> https://github.com/takaswie/snd-firewire-improve/tree/topic/bebob-connection-issue
> 
> Takashi Sakamoto (3):
>   ALSA: bebob: expand sleep just after breaking connections for protocol
>     version 1
>   ALSA: bebob: expand delay of start for IR context just for version 3
>     firmware
>   ALSA: bebob: link the order of establishing connections and Syt-match
>     clock mode

Applies all patches now.


thanks,

Takashi