]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00222836 Fix Kern BUG during Susp/Resu caused by SPDIF debug code
authorNicolin Chen <b42378@freescale.com>
Fri, 31 Aug 2012 05:54:45 +0000 (13:54 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:22 +0000 (08:35 +0200)
commit516cd318c4282d633995a7a624ef333973cff2a9
tree942f1adb8c9735db5ebbac4341f47d8386b439b0
parentd9125aca9aa73e2961200d25765e9179a3f65e3c
ENGR00222836 Fix Kern BUG during Susp/Resu caused by SPDIF debug code

dump_reg() in msc_spdif.c will cause kernel BUG during Suspend/Resume,
because of calling clk_enable() in an interrupt for playback.

There's also a simular issue in capture case.
Capture'd be stopped after resume for suspending.

Signed-off-by: Nicolin Chen <b42378@freescale.com>
sound/soc/codecs/mxc_spdif.c