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