From: Grant Likely Date: Sat, 7 Nov 2009 08:34:05 +0000 (-0700) Subject: ASoC/mpc5200: get rid of the appl_ptr tracking nonsense X-Git-Tag: v2.6.33-rc1~390^2~1^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56b6eb6df7f6fb92383a52d640e27f71e6262d0;p=pandora-kernel.git ASoC/mpc5200: get rid of the appl_ptr tracking nonsense Sound drivers PCM DMA is supposed to free-run until told to stop by the trigger callback. The current code tries to track appl_ptr, to avoid stale buffer data getting played out at the end of the data stream. Unfortunately it also results in race conditions which can cause the audio to stall. Signed-off-by: Grant Likely Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed