[PATCH 0/2] ASoC: mediatek: mt8192 probe cleanup
From: Cássio Gabriel
Date: Wed May 27 2026 - 10:00:52 EST
Fix two MT8192 AFE probe cleanup issues that mirror the recently fixed
MT8189 and MT8196 paths.
The first patch registers a devm cleanup action for a successful
reserved-memory assignment so later probe failures and driver unbind
release it.
The second patch checks the temporary runtime resume used while
reinitializing the regmap cache and makes the regcache failure path drop
the PM reference and clear pm_runtime_bypass_reg_ctl.
Signed-off-by: Cássio Gabriel <cassiogabrielcontato@xxxxxxxxx>
---
Cássio Gabriel (2):
ASoC: mediatek: mt8192: Release reserved memory on cleanup
ASoC: mediatek: mt8192: Check runtime resume during probe
sound/soc/mediatek/mt8192/mt8192-afe-pcm.c | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
---
base-commit: 93f1bbc69dbcbb29544769c4d6f3456749ad9013
change-id: 20260526-asoc-mt8192-probe-cleanup-3ef72f38e3d5
Best regards,
--
Cássio Gabriel <cassiogabrielcontato@xxxxxxxxx>