diff options
author | Mark Brown <broonie@kernel.org> | 2019-06-03 19:38:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-03 19:38:15 +0200 |
commit | a529819d8876fd469f58e630ed015c4a4620ee75 (patch) | |
tree | 99666fbde477efd814c9328bd685a9d6ea208393 /include/uapi/sound | |
parent | ASoC: SOF: topology: add support for mux/demux component (diff) | |
parent | ASoC: SOF: fix DSP oops definitions in FW ABI (diff) | |
download | linux-a529819d8876fd469f58e630ed015c4a4620ee75.tar.xz linux-a529819d8876fd469f58e630ed015c4a4620ee75.zip |
Merge branch 'asoc-5.2' into asoc-5.3
Diffstat (limited to 'include/uapi/sound')
-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 13a4eca04577..0868eb47acf7 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 5 +#define SOF_ABI_MINOR 6 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |