ASoC: topology: Bump minimal topology ABI version
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Wed, 9 Oct 2024 08:12:30 +0000 (10:12 +0200)
committerMark 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

index 99333cbd3114ec4026e3ab77d1dda5f93614dffa..c117672d44394c8493a5629a26b3ebbbab60ce87 100644 (file)
@@ -88,7 +88,7 @@
 
 /* ABI version */
 #define SND_SOC_TPLG_ABI_VERSION       0x5     /* current version */
-#define SND_SOC_TPLG_ABI_VERSION_MIN   0x4     /* oldest version supported */
+#define SND_SOC_TPLG_ABI_VERSION_MIN   0x5     /* oldest version supported */
 
 /* Max size of TLV data */
 #define SND_SOC_TPLG_TLV_SIZE          32