]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: Add support for loading topologies
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Fri, 12 Apr 2019 16:05:11 +0000 (11:05 -0500)
committerMark Brown <broonie@kernel.org>
Sat, 27 Apr 2019 17:48:06 +0000 (02:48 +0900)
commitc45f1ff8c8b632080579cc2ef4120b71bd97890b
treebf4b0025e6c083d7884000523c711cf8deef89bb
parent3acff2f52d0ad27b4c4de9ff6d3a0fef7fdf24af
ASoC: SOF: Add support for loading topologies

SOF uses topology to define the DAPM graphs and widgets, DAIs, PCMs and set
parameters for init and run time usage. This patch loads topology and
maps it to IPC commands that are build the topology on the DSP.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sof/topology.h [new file with mode: 0644]
sound/soc/sof/topology.c [new file with mode: 0644]