Re: [PATCH] ASoC: cs42xx8: fix regmap SPI flag masks to target high byte
From: Mark Brown
Date: Thu Jul 30 2026 - 13:54:24 EST
On Fri, Jul 24, 2026 at 06:31:28PM +0530, kr494167@xxxxxxxxx wrote:
> config.reg_bits = 16;
> - config.write_flag_mask = 0x9E;
> - config.read_flag_mask = 0x9F;
> + config.write_flag_mask = 0x9E00;
> + config.read_flag_mask = 0x9F00;
Have you tested this or did you do this purely by inspection? I'm a bit
concerned about how well the regmap core deals with the endianness
issues for multi-byte masks here.
Attachment:
signature.asc
Description: PGP signature