ASoC: dwc: Prepare clock before use
authorAndrew Jackson <Andrew.Jackson@arm.com>
Tue, 30 Dec 2014 10:55:44 +0000 (10:55 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 30 Dec 2014 16:49:36 +0000 (16:49 +0000)
commit3a19272a507cd5ad214e0082c3ff7355dfe71329
tree6e00088125ba23f6766607e6b6edf516edeef625
parentb226efe5818bf01cecc8a3e0fbd0def4ebbcedaa
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>
sound/soc/dwc/designware_i2s.c