Re: [PATCH v3 2/3] Input: aw86938 - add driver for Awinic AW86938

From: Dmitry Torokhov

Date: Mon Feb 09 2026 - 10:02:10 EST


Hi Griffin,

On Mon, Feb 09, 2026 at 01:59:46PM +0100, Griffin Kroah-Hartman wrote:
> @@ -377,7 +390,7 @@ static int aw86927_play_sine(struct aw86927_data *haptics)
> return err;
>
> /* set gain to value lower than 0x80 to avoid distorted playback */
> - err = regmap_write(haptics->regmap, AW86927_PLAYCFG2_REG, 0x7c);
> + err = regmap_write(haptics->regmap, AW86927_PLAYCFG2_REG, 0x45);
> if (err)
> return err;
>

Sorry, just noticed this: does this really belong to this patch or maybe
it needs be split?

Thanks.

--
Dmitry