commit | e1328a832c7eeeb4dd3c3666605717c555de9e83 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Mar 07 17:42:33 2013 -0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 12 18:34:59 2013 +0000 |
tree | 6c5120e1f62a56f93d0f31d7547798e80c31bc05 | |
parent | 2db6be6a7b3edc8a5acea99b817eb7b9e608e931 [diff] |
ASoC: core: remove codec from list if registration failed Current snd_soc_register_codec() adds codec to list, and calls snd_soc_register_dais(). But, this listed codec should be removed if dais registration was failed. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>