Re: [PATCH 9/9] ASoC: sun8i-codec: Manage module clock via DAPM

2020-09-04 Thread Maxime Ripard
Hi, On Sun, Aug 30, 2020 at 10:48:52PM -0500, Samuel Holland wrote: > By representing the module clock as a DAPM widget, we ensure that the > clock is only enabled when the module is actually in use, without > additional code in runtime PM hooks. > > Signed-off-by: Samuel Holland Acked-by: Maxi

[PATCH 9/9] ASoC: sun8i-codec: Manage module clock via DAPM

2020-08-30 Thread Samuel Holland
By representing the module clock as a DAPM widget, we ensure that the clock is only enabled when the module is actually in use, without additional code in runtime PM hooks. Signed-off-by: Samuel Holland --- sound/soc/sunxi/sun8i-codec.c | 19 +-- 1 file changed, 5 insertions(+),