]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Move connection of CODEC to CODEC DAIs
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 5 Sep 2018 14:21:00 +0000 (15:21 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 5 Sep 2018 16:11:25 +0000 (17:11 +0100)
commitea51fbe14a8b6bc910fb77fcb217119b66ab4d13
treed4de9acebd6babf251b180e6ec52c3720f3fa24e
parent809f67a5887bf954329cd83083059ee085af74fd
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>
include/sound/soc-dapm.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c