diff options
author | Pan Xiuli <xiuli.pan@linux.intel.com> | 2020-04-15 22:28:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-16 01:23:05 +0200 |
commit | 786d6516877dc852392117d44a77bf3093c39dbd (patch) | |
tree | 26c389745e69a2bc4179961fb0d6fbef2e6ec660 /include/uapi/sound/sof | |
parent | ASoC: SOF: topology: Add support for DC Blocker (diff) | |
download | linux-786d6516877dc852392117d44a77bf3093c39dbd.tar.xz linux-786d6516877dc852392117d44a77bf3093c39dbd.zip |
ASoC: SOF: add probe support extend data
Share how many injection probe DMAs and how many probe points
driver can request from FW.
injection_dmas_max 0 means injection is not supported
probe_points_max 0 means whole probes subsystem in FW is not enabled
and not compiled in.
ABI version change to 3.14.0
Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Link: https://lore.kernel.org/r/20200415202816.934-10-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/sof')
-rw-r--r-- | include/uapi/sound/sof/abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/sof/abi.h b/include/uapi/sound/sof/abi.h index 5995b79d6df1..e0fa2939d49c 100644 --- a/include/uapi/sound/sof/abi.h +++ b/include/uapi/sound/sof/abi.h @@ -26,7 +26,7 @@ /* SOF ABI version major, minor and patch numbers */ #define SOF_ABI_MAJOR 3 -#define SOF_ABI_MINOR 13 +#define SOF_ABI_MINOR 14 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |