Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: omap-pcm: Free dma buffers in case of error.

Signed-off-by: Oleg Matcovschi <oleg.matcovschi@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>

authored by

Oleg Matcovschi and committed by
Liam Girdwood
fad9365b 1a38336b

+4
+4
sound/soc/omap/omap-pcm.c
··· 401 401 } 402 402 403 403 out: 404 + /* free preallocated buffers in case of error */ 405 + if (ret) 406 + omap_pcm_free_dma_buffers(pcm); 407 + 404 408 return ret; 405 409 } 406 410