]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SAMSUNG: i2s: use clk_prepare_enable and clk_disable_unprepare
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 23:46:58 +0000 (08:46 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Oct 2012 02:29:37 +0000 (11:29 +0900)
commit67a808e55953c629751557d00986fbb2f08908b6
tree879624da988b353dd660f0d84fdfd34c6dfc49a5
parent4d062e4959e9eeac2890b0db45e4d508afd06956
ASoC: SAMSUNG: i2s: 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/i2s.c