OSDN Git Service

ASoC: SOF: Add support for IPC IO between DSP and Host
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Fri, 12 Apr 2019 16:05:09 +0000 (11:05 -0500)
committerMark Brown <broonie@kernel.org>
Sat, 27 Apr 2019 17:47:58 +0000 (02:47 +0900)
commit53e0c72d98ba3eae314c32476103eac47612aa58
tree9414eafe9ab739bfdba1950c298819761f492bdc
parent86b02f71ccf320727473448733503e6f9378102d
ASoC: SOF: Add support for IPC IO between DSP and Host

Define an IPC ABI for all host <--> DSP communication. This ABI should
be transport agnostic. i.e. it should work on MMIO and SPI/I2C style
interfaces.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@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/control.h [new file with mode: 0644]
include/sound/sof/dai-intel.h [new file with mode: 0644]
include/sound/sof/dai.h [new file with mode: 0644]
include/sound/sof/header.h [new file with mode: 0644]
include/sound/sof/info.h [new file with mode: 0644]
include/sound/sof/pm.h [new file with mode: 0644]
include/sound/sof/stream.h [new file with mode: 0644]
include/sound/sof/trace.h [new file with mode: 0644]
sound/soc/sof/ipc.c [new file with mode: 0644]