Re: [PATCH] ASoC: rockchip: spdif: Handle clk by pm runtime

2020-07-13 Thread Mark Brown
On Mon, 13 Jul 2020 18:26:00 +0800, Sugar Zhang wrote: > This patch handle the clk by pm runtime mechanism to simplify > the clk management. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: rockchip: spdif: Handle clk by pm runtime

[PATCH] ASoC: rockchip: spdif: Handle clk by pm runtime

2020-07-13 Thread Sugar Zhang
This patch handle the clk by pm runtime mechanism to simplify the clk management. Signed-off-by: Sugar Zhang --- sound/soc/rockchip/rockchip_spdif.c | 59 +++-- 1 file changed, 17 insertions(+), 42 deletions(-) diff --git a/sound/soc/rockchip/rockchip_spdif.c