24 Apr
2020
24 Apr
'20
12:46 p.m.
On Fri, Apr 24, 2020 at 10:43:47AM +0000, Charles Keepax wrote:
intended to put the CODEC into runtime suspend. I am guessing the reason you have problems is because of the driver doing its own pm_runtime operations in set_fll, which probably takes an extra reference preventing the power down. Is a more complex fix correcting the interaction with DAPM the correct solution here?
Or just updating the machine driver to turn off the FLL when shutting down (or even when the device is idle in general).