commit | 04091d38160da299e1a0b10f1c695c0f889ff657 | [log] [tgz] |
---|---|---|
author | Aviral Gupta <aviralg@codeaurora.org> | Fri Dec 28 10:14:47 2012 +0530 |
committer | Aviral Gupta <aviralg@codeaurora.org> | Wed Jan 09 23:55:56 2013 +0530 |
tree | 7f8a0199b0f10f1e5f3c75a01982207adedce940 | |
parent | 83147d810dc5203900096ca85a6d9ceb042530c8 [diff] |
ASoC: msm: Fix the AUX PCM ports spurious start and stop If the shutdown of the dai driver is called before the prepare for the AUX PCM port then the port is closed down and updates the incorrect aux_pcm_count. This results in spurious start and stop of the AUX PCM ports. To track whether the port is started or not update the flag status_mask of the dai data. CRs-Fixed: 416502 Change-Id: I101f61355bd4b82aeea7b0ed6658327c1a528f62 Signed-off-by: Aviral Gupta <aviralg@codeaurora.org>