From: Timur Tabi Date: Sat, 7 Mar 2009 00:39:34 +0000 (-0600) Subject: ASoC: Improve pause/unpause performance in Freescale 8610 drivers X-Git-Tag: v2.6.30-rc1~8^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a638ff272744247aad4a75b1fac174ac5746114;p=pandora-kernel.git ASoC: Improve pause/unpause performance in Freescale 8610 drivers Add support for true pause and unpause. Without this, mplayer will drop some audio (less than one second, but still noticeable) when pausing playback. Remove support for PM suspend and resume from the trigger function, since the driver doesn't support PM anyway. Optimize the delay after starting capture. Instead of delaying 1ms, the driver now polls the hardware. The new delay is shorter by over 90% yet still effective. Signed-off-by: Timur Tabi Signed-off-by: Mark Brown --- Reading git-diff-tree failed