linux/sound/soc/sh
Kuninori Morimoto d62a3dcd4d ASoC: rsnd: fixup dai remove callback operation
rsnd driver is using SSI/SRC/DVC which are
using "mod" base operation.
These "mod" are supporting "probe" and "remove" callbacks.

Current rsnd_probe should call "remove" if "probe" was failed,
since "probe" might be having DMAEngine handle.
Some mod's "remove" callback might be called without calling
"probe", but it is no problem. because "remove" do nothing
in such case.

So, all mod's "remove" should be called when error case
of rsnd_probe() and rsnd_remove().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-07-25 18:49:13 +01:00
..
rcar ASoC: rsnd: fixup dai remove callback operation 2014-07-25 18:49:13 +01:00
Kconfig ASoC: sh: Migo-R sound needs I2C 2014-05-01 13:29:54 -07:00
Makefile ASoC: add Renesas R-Car core feature 2013-07-28 19:34:09 +01:00
dma-sh7760.c ASoC: sh: Don't set unused struct snd_pcm_hardware fields 2014-01-09 14:29:44 +00:00
fsi.c ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transfer 2014-06-28 14:41:18 +01:00
hac.c ASoC: ac97: Support multi-platform AC'97 2013-06-27 09:48:42 +01:00
migor.c ASoC: migor: Convert to table based DAPM setup 2014-03-10 17:35:06 +00:00
sh7760-ac97.c ASoC: sh: Add .owner to struct snd_soc_card 2011-12-23 11:32:07 +00:00
siu.h ASoC: Do not include soc-dai.h 2010-11-22 14:04:53 +00:00
siu_dai.c ASoC: sh: Use WARN_ON() instead of BUG_ON() 2013-11-07 19:55:17 +00:00
siu_pcm.c ASoC: siu: don't use DMA device for channel filtering 2012-07-20 11:23:44 +05:30
ssi.c ASoC: switch over to use snd_soc_register_component() on sh4 ssi 2013-03-26 21:57:44 +00:00