From: Charles Keepax Date: Mon, 17 Nov 2014 10:48:21 +0000 (+0000) Subject: ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~85^2~2^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da7a5a9fdeeb76b2243f6b473363a7e6147ab6f;p=pandora-kernel.git ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use We should not free any buffers associated with writing out coefficients to the DSP until all the async writes have completed. This patch updates the out of memory path when allocating a new buffer to include a call to regmap_async_complete. Reported-by: JS Park Signed-off-by: Charles Keepax Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed