]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Add multiple CPU DAI support in DAPM
authorShreyas NC <shreyas.nc@intel.com>
Tue, 25 Feb 2020 13:39:15 +0000 (21:39 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 26 Feb 2020 17:35:03 +0000 (17:35 +0000)
commit7f5f21c1d0d7891541d635c94c3c87be1d14b884
treed1fb348d25f30e696d64bcc2e7f9c5b119902f37
parent1197aca7bb102f117f92e1c8089036e891304042
ASoC: Add multiple CPU DAI support in DAPM

DAPM handles DAIs during soc_dapm_stream_event() and during addition
and creation of DAI widgets i.e., dapm_add_valid_dai_widget() and
dapm_connect_dai_link_widgets().

Extend these functions to handle multiple cpu dai.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20200225133917.21314-5-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c