]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: call missing snd_soc_unregiter_component/platform()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 2 Feb 2015 04:54:07 +0000 (04:54 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2015 18:37:56 +0000 (18:37 +0000)
commit1eb21758bff48d8017a96f6d2ea44b7d79bb87ed
treeeceaf26dde0119f1d2515a0dcfd70855270229e6
parenta5fdeaa90793d934156d93045af1fab15c0834be
ASoC: rsnd: call missing snd_soc_unregiter_component/platform()

Current Renesas R-Car sound driver doesn't call
snd_soc_unregiter_component/platform() in .remove.
This patch call these functions.

Reported-by: Nguyen Viet Dung <nv-dung@jinso.co.jp>
Reported-by: Bui Duc Phuc <bd-phuc@jinso.co.jp>
Reported-by: Cao Minh Hiep <cm-hiep@jinso.co.jp>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c