WSL2-Linux-Kernel/sound/soc/sh/rcar
Kuninori Morimoto d1acba2fde ASoC: rsnd: set dmaen->chan = NULL when error case
rsnd_dmaen_quit() is assuming dmaen->chan is NULL if it failed
to get DMAEngine channel. but, current dmaen->chan might have
error value when error case (this driver is checking it by IS_ERR_OR_NULL())
This patch makes sure dmaen->chan is NULL when error case.
Otherwise, it will contact to unknown address in rsnd_dmaen_quit()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-04-15 17:05:27 +01:00
..
Makefile ASoC: rsrc-card: add Renesas sampling rate convert sound card support 2015-03-27 15:58:20 -07:00
adg.c ASoC: rsnd: remove useless debug message 2015-03-27 16:00:47 -07:00
core.c Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/qcom', 'asoc/topic/rcar' and 'asoc/topic/rt286' into asoc-next 2015-04-12 19:49:11 +01:00
dma.c ASoC: rsnd: set dmaen->chan = NULL when error case 2015-04-15 17:05:27 +01:00
dvc.c ASoC: rsnd: remove useless debug message 2015-03-27 16:00:47 -07:00
gen.c ASoC: rsnd: remove useless debug message 2015-03-27 16:00:47 -07:00
rsnd.h ASoC: rsnd: add DPCM based sampling rate convert 2015-03-27 16:00:49 -07:00
rsrc-card.c ASoC: rsrc-card: add .be_hw_params_fixup support for convert rate 2015-03-27 15:58:20 -07:00
src.c ASoC: rsnd: add Synchronous SRC mode 2015-04-01 21:23:37 +01:00
ssi.c ASoC: rsnd: remove useless debug message 2015-03-27 16:00:47 -07:00