projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d187fb
)
ASoC: S3C64XX I2S: Enable audio-bus clock
author
Jassi Brar
<jassi.brar@samsung.com>
Fri, 6 Nov 2009 09:00:24 +0000
(18:00 +0900)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 6 Nov 2009 13:54:26 +0000
(13:54 +0000)
Added the missing clk_enable after acquiring the 'audio-bus' clock.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c64xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c64xx-i2s.c
b/sound/soc/s3c24xx/s3c64xx-i2s.c
index 3c06c401d0fb86ce6a4b98cb55264af36c807b4c..105a77eeded0e75eec4d618c7ad5844cba0ce442 100644
(file)
--- a/
sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/
sound/soc/s3c24xx/s3c64xx-i2s.c
@@
-220,6
+220,8
@@
static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
goto err;
}
+ clk_enable(i2s->iis_cclk);
+
ret = s3c_i2sv2_probe(pdev, dai, i2s, 0);
if (ret)
goto err_clk;