]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:50 +0000 (14:12 +0200)
commit2e7fdb585eae1dde5a1a935b21b35cbf82d9aad2
treecb0e405fa637c4584a2388f99b816b4922974900
parentd2ea1e822829634e52243da22c83dc9510bd3fe5
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