Commit 6fc786d5 authored by Jassi Brar's avatar Jassi Brar Committed by Mark Brown

ASoC: S3C64XX I2S: Enable audio-bus clock

Added the missing clk_enable after acquiring the 'audio-bus' clock.
Signed-off-by: default avatarJassi Brar <jassi.brar@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4d187fb8
...@@ -220,6 +220,8 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev) ...@@ -220,6 +220,8 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
goto err; goto err;
} }
clk_enable(i2s->iis_cclk);
ret = s3c_i2sv2_probe(pdev, dai, i2s, 0); ret = s3c_i2sv2_probe(pdev, dai, i2s, 0);
if (ret) if (ret)
goto err_clk; goto err_clk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment