Re: [PATCH] ALSA: aloop: Fix random zeros in capture data when using jiffies timer

From: Takashi Iwai
Date: Fri Sep 02 2022 - 02:58:53 EST


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@xxxxxxxxxxxx>

Thanks, applied.


Takashi