mbox series

[-,ALSA,JACK,plugin,0/2] jack: Speedup of start/stop/recovery

Message ID 1545384583-29955-1-git-send-email-twischer@de.adit-jv.com (mailing list archive)
Headers show
Series jack: Speedup of start/stop/recovery | expand

Message

Timo Wischer Dec. 21, 2018, 9:29 a.m. UTC
Hi all,

the following patches minimizes the delay of calling snd_pcm_start() and snd_pcm_stop()
for the ALSA JACK plugin. This also makes an Xrun recovery faster.

Best regards

Timo

Comments

Takashi Iwai Jan. 1, 2019, 8:40 a.m. UTC | #1
On Fri, 21 Dec 2018 10:29:41 +0100,
<twischer@de.adit-jv.com> wrote:
> 
> Hi all,
> 
> the following patches minimizes the delay of calling snd_pcm_start() and snd_pcm_stop()
> for the ALSA JACK plugin. This also makes an Xrun recovery faster.

The patches don't seem applicable on top of the latest git repo.
Could you refresh and resubmit?


thanks,

Takashi
Takashi Iwai Jan. 8, 2019, 11:40 a.m. UTC | #2
On Tue, 01 Jan 2019 09:40:54 +0100,
Takashi Iwai wrote:
> 
> On Fri, 21 Dec 2018 10:29:41 +0100,
> <twischer@de.adit-jv.com> wrote:
> > 
> > Hi all,
> > 
> > the following patches minimizes the delay of calling snd_pcm_start() and snd_pcm_stop()
> > for the ALSA JACK plugin. This also makes an Xrun recovery faster.
> 
> The patches don't seem applicable on top of the latest git repo.
> Could you refresh and resubmit?

Never mind, I could apply them now.  Unfortunately it slipped from
1.1.8 release, but now it's no git repo.


thanks,

Takashi