original_kernel/sound/soc/pxa
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
..
Kconfig
Makefile
corgi.c ASoC: Fix CODEC device name for Corgi 2011-03-30 07:12:46 +09:00
e740_wm9705.c ASoC: correct pxa AC97 DAI names 2011-02-25 11:42:18 +00:00
e750_wm9705.c ASoC: correct pxa AC97 DAI names 2011-02-25 11:42:18 +00:00
e800_wm9712.c ASoC: correct pxa AC97 DAI names 2011-02-25 11:42:18 +00:00
em-x270.c ASoC: correct pxa AC97 DAI names 2011-02-25 11:42:18 +00:00
imote2.c
magician.c
mioa701_wm9713.c ASoC: correct pxa AC97 DAI names 2011-02-25 11:42:18 +00:00
palm27x.c ASoC: correct pxa AC97 DAI names 2011-02-25 11:42:18 +00:00
poodle.c
pxa-ssp.c
pxa-ssp.h
pxa2xx-ac97.c
pxa2xx-ac97.h
pxa2xx-i2s.c
pxa2xx-i2s.h
pxa2xx-pcm.c ASoC: PXA: Fix oops in __pxa2xx_pcm_prepare 2011-04-03 18:48:56 +09:00
raumfeld.c ASoC: PXA: formatting 2011-02-02 20:45:37 +00:00
saarb.c
spitz.c
tavorevb3.c
tosa.c Merge branch 'for-2.6.38' into for-2.6.39 2011-02-25 11:45:09 +00:00
z2.c ASoC: PXA: Z2: Fix codec pin name 2011-03-11 12:03:13 +00:00
zylonite.c ASoC: zylonite: set .codec_dai_name in initializer 2011-03-30 09:26:31 +09:00