Re: [PATCH 2/2] ASoC: replace use of system_wq with system_percpu_wq

From: Mark Brown
Date: Fri Sep 05 2025 - 06:56:54 EST


On Fri, Sep 05, 2025 at 11:10:16AM +0200, Marco Crivellari wrote:

> +++ b/sound/soc/codecs/aw88081.c
> @@ -779,7 +779,7 @@ static void aw88081_start(struct aw88081 *aw88081, bool sync_start)
> if (sync_start == AW88081_SYNC_START)
> aw88081_start_pa(aw88081);
> else
> - queue_delayed_work(system_wq,
> + queue_delayed_work(system_percpu_wq,
> &aw88081->start_work,
> AW88081_START_WORK_DELAY_MS);
> }

I can't tell why you're putting all these onto the percpu workqeue, I
would be astonished if any of the users cared.

Attachment: signature.asc
Description: PGP signature