Vasily Khoruzhick 97c96c076b ASoC: PXA: Fix oops in __pxa2xx_pcm_prepare
pxa2xx_pcm_hw_free frees dma channel and sets prtd->dma_ch to -1,
but does not set prtd->params to NULL, so if pxa2xx_pcm_hw_params will
be called immediately, it leaves prtd->dma_ch initialized with -1,
and it results in oops in __pxa2xx_pcm_prepare. This bug is triggered
via SDL.

This patch adds check for prtd->dma_ch to __pxa2xx_pcm_prepare and
cleans prtd->params, so now it works properly.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-04-03 18:48:56 +09:00
..
2011-03-30 07:12:46 +09:00
2011-02-25 11:42:18 +00:00
2011-02-25 11:42:18 +00:00
2011-02-25 11:42:18 +00:00
2011-02-25 11:42:18 +00:00
2010-11-22 14:04:41 +00:00
2011-02-25 11:42:18 +00:00
2011-02-02 20:45:37 +00:00
2010-11-22 14:04:41 +00:00
2010-11-22 14:04:41 +00:00
2011-03-11 12:03:13 +00:00