[PATCH] ALSA: aloop: Fix random zeros in capture data when using jiffies timer
Takashi Iwai
tiwai at suse.de
Fri Sep 2 08:58:39 CEST 2022
On Thu, 01 Sep 2022 16:40:36 +0200,
Pattara Teerapong wrote:
>
> In loopback_jiffies_timer_pos_update(), we are getting jiffies twice.
> First time for playback, second time for capture. Jiffies can be updated
> between these two calls and if the capture jiffies is larger, extra zeros
> will be filled in the capture buffer.
>
> Change to get jiffies once and use it for both playback and capture.
>
> Signed-off-by: Pattara Teerapong <pteerapong at chromium.org>
Thanks, applied.
Takashi
More information about the Alsa-devel
mailing list