ASoC: SOF: Add userspace ABI support
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Fri, 12 Apr 2019 16:05:15 +0000 (11:05 -0500)
committerMark Brown <broonie@kernel.org>
Sat, 27 Apr 2019 17:49:18 +0000 (02:49 +0900)
commit4483151e765b5a7ffb823fe9bb11128101410427
treec6d228200f2db70b5b281d3339fec6b765a94737
parent70cd52544b95d02f8b20fadccb7400ce68a2cb84
ASoC: SOF: Add userspace ABI support

Add userspace ABI for audio userspace application IO outside of regular
ALSA PCM and kcontrols. This is intended to be used to format
coefficients and data for custom processing components.

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/uapi/sound/sof/abi.h [new file with mode: 0644]
include/uapi/sound/sof/eq.h [new file with mode: 0644]
include/uapi/sound/sof/fw.h [new file with mode: 0644]
include/uapi/sound/sof/header.h [new file with mode: 0644]
include/uapi/sound/sof/manifest.h [new file with mode: 0644]
include/uapi/sound/sof/tokens.h [new file with mode: 0644]
include/uapi/sound/sof/tone.h [new file with mode: 0644]
include/uapi/sound/sof/trace.h [new file with mode: 0644]