commit | 778ff5bb8689eb4fd05a72a409e32a3a34e23faf | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.cirrus.com> | Wed Sep 05 15:21:00 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Sep 05 17:11:25 2018 +0100 |
tree | d4de9acebd6babf251b180e6ec52c3720f3fa24e | |
parent | 94e630a35d3383b42f12a873a5404bdf61e38e42 [diff] |
ASoC: dapm: Move connection of CODEC to CODEC DAIs Currently, snd_soc_dapm_connect_dai_link_widgets connects up the routes representing normal DAIs, however CODEC to CODEC links are hooked up through separate infrastructure in soc_link_dai_widgets. Improve the consistency of the code by using snd_soc_dapm_connect_dai_link for both types of DAIs. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>