commit | 846faaed9df7899e74311db3aec0a41a2f6bc345 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Jul 22 10:33:19 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Tue Jul 23 18:14:15 2019 +0100 |
tree | 2be8db440061ed34a25033081ae9837eaaba3026 | |
parent | aa6166c2ac28392d64f2d8b3acfb56c8fe657147 [diff] |
ASoC: soc-dai: add snd_soc_dai_hw_free() Current ALSA SoC is directly using dai->driver->ops->xxx, thus, it has deep nested bracket, and it makes code unreadable. This patch adds new snd_soc_dai_hw_free() and use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87y30qhn4w.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>