diff options
author | Pan Xiuli <xiuli.pan@linux.intel.com> | 2019-06-03 11:18:14 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-03 17:41:02 +0100 |
commit | ca6c6f1850498ff2325e6092e37644a7e6000af0 (patch) | |
tree | 5611fc491ed071d0919a710ffeda9648effd6f31 /include/uapi/sound/sof/abi.h | |
parent | 59be197354496b87869792bfa15477e8798462da (diff) | |
download | linux-ca6c6f1850498ff2325e6092e37644a7e6000af0.tar.gz linux-ca6c6f1850498ff2325e6092e37644a7e6000af0.tar.bz2 linux-ca6c6f1850498ff2325e6092e37644a7e6000af0.zip |
ASoC: SOF: soundwire: add initial soundwire support
Add soundwire dai type and update ABI version.
Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/sof/abi.h')
-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 37e0a90dc9e6..13a4eca04577 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 4 +#define SOF_ABI_MINOR 5 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |