]> Pileus Git - ~andy/linux/commit
ASoC: SAMSUNG: spdif: use clk_prepare_enable and clk_disable_unprepare
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 23:48:25 +0000 (08:48 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Oct 2012 02:29:38 +0000 (11:29 +0900)
commit9d01e9b246c37878098056e74a2f8862dc66812e
tree7e839e89dabf52fd713819a6cfd14be3827e0047
parentdc2c9eb8af4e8a431a56d30cde5f5299b1ed6ecf
ASoC: SAMSUNG: spdif: use clk_prepare_enable and clk_disable_unprepare

Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare
calls as required by common clock framework.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/spdif.c