On Fri, Mar 15, 2024 at 02:21:45AM +0300, Jan Dakinevich wrote: > static const struct regmap_config g12a_toacodec_regmap_cfg = { > - .reg_bits = 32, > - .val_bits = 32, > - .reg_stride = 4, > + .reg_bits = 32, > + .val_bits = 32, > + .reg_stride = 4, > + .max_register = TOACODEC_CTRL0, > + .max_register_is_0 = true, If the maximum register is 0 how does the regmap have a stride?
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- Re: [PATCH 09/25] ASoC: meson: g12a-toacodec: add support for A1 SoC family
- From: Jan Dakinevich
- Re: [PATCH 09/25] ASoC: meson: g12a-toacodec: add support for A1 SoC family
- References:
- [PATCH 00/25] Introduce support of audio for Amlogic A1 SoC family
- From: Jan Dakinevich
- [PATCH 09/25] ASoC: meson: g12a-toacodec: add support for A1 SoC family
- From: Jan Dakinevich
- [PATCH 00/25] Introduce support of audio for Amlogic A1 SoC family
- Prev by Date: Re: [PATCH 06/25] ASoC: meson: g12a-toacodec: fix "Lane Select" width
- Next by Date: Re: [PATCH 12/25] ASoC: meson: t9015: add support for A1 SoC family
- Previous by thread: [PATCH 09/25] ASoC: meson: g12a-toacodec: add support for A1 SoC family
- Next by thread: Re: [PATCH 09/25] ASoC: meson: g12a-toacodec: add support for A1 SoC family
- Index(es):