]> git.baikalelectronics.ru Git - kernel.git/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)
commit173253d18f7e2457f4e5b72febb08bc4b8a46f02
tree7e839e89dabf52fd713819a6cfd14be3827e0047
parentc0182c5bc01b1e222cc9899eb2e65b37167a1633
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