projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251ce34
)
ASoC: topology: Bump minimal topology ABI version
author
Amadeusz Sławiński
<amadeuszx.slawinski@linux.intel.com>
Wed, 9 Oct 2024 08:12:30 +0000
(10:12 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 10 Oct 2024 11:15:03 +0000
(12:15 +0100)
When v4 topology support was removed, minimal topology ABI version
should have been bumped.
Fixes:
fe4a07454256
("ASoC: Drop soc-topology ABI v4 support")
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link:
https://patch.msgid.link/20241009081230.304918-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/sound/asoc.h
patch
|
blob
|
history
diff --git
a/include/uapi/sound/asoc.h
b/include/uapi/sound/asoc.h
index
99333cb
..
c117672
100644
(file)
--- a/
include/uapi/sound/asoc.h
+++ b/
include/uapi/sound/asoc.h
@@
-88,7
+88,7
@@
/* ABI version */
#define SND_SOC_TPLG_ABI_VERSION 0x5 /* current version */
-#define SND_SOC_TPLG_ABI_VERSION_MIN 0x
4
/* oldest version supported */
+#define SND_SOC_TPLG_ABI_VERSION_MIN 0x
5
/* oldest version supported */
/* Max size of TLV data */
#define SND_SOC_TPLG_TLV_SIZE 32