commit | b423c4202135f7794e0a9c55a884f5933d8e7156 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Jul 22 10:35:29 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Tue Jul 23 18:14:25 2019 +0100 |
tree | bc924b66372f8479638949e6760c70d69a877235 | |
parent | dcdab5820edd6123911dbd767ee1e389008b6a83 [diff] |
ASoC: soc-dai: add snd_soc_dai_compress_new() 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_compress_new() and use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87h87ehn1a.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>