]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00220595 ESAI ASRC: add support for 'aplay *'
authorChen Liangjun <b36089@freescale.com>
Thu, 16 Aug 2012 13:11:46 +0000 (21:11 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:15 +0000 (08:35 +0200)
commit99689f5605e4ca65823fad1e4a47e189b74afdb2
treee5fcb16253247c0348773440eed0be1bf8a6dce8
parent73dc9026a65e3cd8e5a13edba88a15e0d8b47ea5
ENGR00220595 ESAI ASRC: add support for 'aplay *'

When play audio in the way of aplay *, shutdown function would not be
called and ASRC configuration would not be reconfigured. In this case,
playback would sound noise.

In this patch, put ASRC release operation into hw_free().

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