[alsa-devel] [PATCH - JACK IO plug v2 0/3] snd_pcm_drain support
twischer at de.adit-jv.com
twischer at de.adit-jv.com
Tue Jul 3 15:59:20 CEST 2018
Now in a clean manner as composed patches.
pcm: ioplug: Provide avail helper function
---------
No changes
jack: Avoid call to snd_pcm_avail_update() from JACK thread
---------
v2 uses snd_pcm_uframes_t as type for avail and does not check for avail < 0
becasue snd_pcm_ioplug_avail() will never retrun a value < 0
jack: Update poll_fd also in draining state
---------
This patch is depending on [1]. Therefore it was rebased on top of [1].
Additionally the commit message was extended.
v1 of this patch can be found in [2].
[1] http://mailman.alsa-project.org/pipermail/alsa-devel/2018-July/137775.html
[2] http://mailman.alsa-project.org/pipermail/alsa-devel/2018-July/137769.html
More information about the Alsa-devel
mailing list