Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: topology: Bump minimal topology ABI version

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>

authored by

Amadeusz Sławiński and committed by
Mark Brown
9eb2142a 251ce34a

+1 -1
+1 -1
include/uapi/sound/asoc.h
··· 88 88 89 89 /* ABI version */ 90 90 #define SND_SOC_TPLG_ABI_VERSION 0x5 /* current version */ 91 - #define SND_SOC_TPLG_ABI_VERSION_MIN 0x4 /* oldest version supported */ 91 + #define SND_SOC_TPLG_ABI_VERSION_MIN 0x5 /* oldest version supported */ 92 92 93 93 /* Max size of TLV data */ 94 94 #define SND_SOC_TPLG_TLV_SIZE 32