ASoC: fsl_spdif: Add core clock control for DMA access
authorNicolin Chen <Guangyu.Chen@freescale.com>
Thu, 24 Apr 2014 10:52:24 +0000 (18:52 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 24 Apr 2014 12:11:16 +0000 (13:11 +0100)
Regmap is able to enable/disable the core clock automatically each time
it's going to access the registers. But for DMA cases during playback or
recording, it's totally beyong control of regmap. So we have to open the
clock manually.

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found