]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SAUCE remove unnecessary suspend/resume functions
authorAdrian Alonso <aalonso@freescale.com>
Mon, 14 May 2012 23:43:37 +0000 (18:43 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:38 +0000 (08:34 +0200)
commit4626a87f1d21dc87b464fe8cdca0cf6db3498d14
tree1036f749fde2ecceaf894e3151724f4b56d446b7
parent9e5a7d2e2cc070912111662225b4088385785d58
SAUCE remove unnecessary suspend/resume functions

BugLink: http://bugs.launchpad.net/bugs/882723
Disabling/re-enabling clocks is not necessary as it's done in *_startup()
and *_shutdown() functions, and shall be performed during suspend/resume.

This is causing warnings of un-matched clk_enable()/clk_disable()

Rework patch for imx_3.0.15 code base

Signed-off-by: Eric Miao <eric.miao@linaro.org>
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
sound/soc/codecs/mxc_spdif.c