Re: [PATCH] kselftest/alsa: Fix validation of writes to volatile controls
From: Takashi Iwai
Date: Sun Jun 16 2024 - 03:32:11 EST
On Fri, 14 Jun 2024 18:40:37 +0200,
Mark Brown wrote:
>
> When validating writes to controls we check that whatever value we wrote
> actually appears in the control. For volatile controls we cannot assume
> that this will be the case, the value may be changed at any time
> including between our write and read. Handle this by moving the check
> for volatile controls that we currently do for events to a separate
> block and just verifying that whatever value we read is valid for the
> control.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
I'll pick this in v3 patch set.
thanks,
Takashi