On Wed, Nov 06, 2024 at 10:18:17AM +0200, Claudiu wrote: > From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> > > On the Renesas RZ/G3S SMARC Carrier II board having a DA7212 codec (using > da7213 driver) connected to one SSIF-2 available on the Renesas RZ/G3S SoC > it has been discovered that using the runtime PM API for suspend/resume > (as will be proposed in the following commits) leads to the codec not > being propertly initialized after resume. This is because w/o > max_register populated to regmap_config the regcache_rbtree_sync() > breaks on base_reg > max condition and the regcache_sync_block() call is > skipped. > > Fixes: ef5c2eba2412 ("ASoC: codecs: Add da7213 codec") > Cc: stable@xxxxxxxxxxxxxxx Why is this a stable fix when it only enables further work?
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- Re: [PATCH 22/31] ASoC: da7213: Populate max_register to regmap_config
- From: Claudiu Beznea
- Re: [PATCH 22/31] ASoC: da7213: Populate max_register to regmap_config
- References:
- Prev by Date: Re: FAILED: Patch "ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3" failed to apply to v6.1-stable tree
- Next by Date: Re: [PATCH v4 1/2] This adds the schema binding for the Iron Device SMA1307 Amp
- Previous by thread: [PATCH 22/31] ASoC: da7213: Populate max_register to regmap_config
- Next by thread: Re: [PATCH 22/31] ASoC: da7213: Populate max_register to regmap_config
- Index(es):