]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:49 +0000 (21:16 -0600)
commit87e89932c8485ff7d51e2ff3ccd499b8b054d569
tree3e058dd442fb71dab40f843e19526965f32da8e6
parent548257e4ae7ab04a531d2c5c23be4b76ff780672
ASoC: fsl_spdif: Add core clock control for DMA access

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>
(cherry picked from commit 08f7336e6404698158966d0c8a2937d3580e2693)
sound/soc/fsl/fsl_spdif.c