diff options
author | Chancel Liu <[email protected]> | 2024-06-28 18:43:54 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-07-03 15:17:51 +0100 |
commit | c288f0a1c08efa65f9e3bb7954eb3cefb966c97d (patch) | |
tree | d241352a5b7d65decc95bbde3a1b91b84483c861 /scripts/gdb/linux/stackdepot.py | |
parent | 31a45f9190b5b4f5cd8cdec8471babd5215eee04 (diff) |
ASoC: fsl_xcvr: Improve suspend/resume flow in fsl_xcvr_trigger()
In the current flow all interrupts are disabled in runtime suspend
phase. However interrupts enablement only exists in fsl_xcvr_prepare().
After resume fsl_xcvr_prepare() may not be called so it will cause all
interrupts still disabled even if resume from suspend. Interrupts
should be explictily enabled after resume.
Also, DPATH reset setting only exists in fsl_xcvr_prepare(). After
resume from suspend DPATH should be reset otherwise there'll be channel
swap issue.
Signed-off-by: Chancel Liu <[email protected]>
Acked-by: Shengjiu Wang <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/stackdepot.py')
0 files changed, 0 insertions, 0 deletions