commit | 3672beb8cad6beb7b8c017514aef0f4f507debcf | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Fri Jul 26 13:50:07 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 05 16:18:06 2019 +0100 |
tree | 69d97094c22566fa5052156fadf48b20e6bafc32 | |
parent | ae2f4849286eed48a3aa79a7b73bb5bcd0c9213b [diff] |
ASoC: soc-component: add snd_soc_component_close() Current ALSA SoC is directly using component->driver->ops->xxx, thus, it is deep nested, and makes code difficult to read, and is not good for encapsulation. This patch adds new snd_soc_component_close() and use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87ef2d5rnr.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>