commit | 3a19272a507cd5ad214e0082c3ff7355dfe71329 | [log] [tgz] |
---|---|---|
author | Andrew Jackson <Andrew.Jackson@arm.com> | Tue Dec 30 10:55:44 2014 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Dec 30 16:49:36 2014 +0000 |
tree | 6e00088125ba23f6766607e6b6edf516edeef625 | |
parent | b226efe5818bf01cecc8a3e0fbd0def4ebbcedaa [diff] |
ASoC: dwc: Prepare clock before use Some I2S clocks may require some time to get the clock ready for operation and so need to be prepared before they are enabled. So, prepare the clock as well as enabling it, but combine the two through clk_prepare_enable. Signed-off-by: Andrew Jackson <Andrew.Jackson@arm.com> Signed-off-by: Mark Brown <broonie@kernel.org>