]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00219933 CS42888: abort delay powerdown if codec is on
authorChen Liangjun <b36089@freescale.com>
Fri, 24 Aug 2012 04:32:36 +0000 (12:32 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:18 +0000 (08:35 +0200)
commitea76a531a5ff653814d6847ee30b8009ec3ee2db
treecb0e405fa637c4584a2388f99b816b4922974900
parent6fb5a5ae052d3102eff90d47a2a9919234a3e023
ENGR00219933 CS42888: abort delay powerdown if codec is on

CS42888 driver own 2 codec_dai for ESAI and ASRC P2P use. Due to the
delay power down mechanism, if a ASRC P2P stream is played right after
a finish of ESAI stream playback, ASRC P2P stream would be stop.

In this patch, do nothing in the delay powerdown flow if CS42888
codec is on.

Signed-off-by: Chen Liangjun <b36089@freescale.com>
sound/soc/codecs/cs42888.c