From: Jaroslav Kysela Date: Mon, 14 Apr 2025 07:44:40 +0000 (+0200) Subject: ucm: do not bump syntax version to 8 X-Git-Tag: v1.2.14~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e51cba0973d97d8a4c3d2d5896b203d8c3628c89;p=alsa-lib.git ucm: do not bump syntax version to 8 The new code for syntax 8 is not widely tested. Postpone it for next alsa-lib release. Signed-off-by: Jaroslav Kysela --- diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h index b274277d..464d1154 100644 --- a/src/ucm/ucm_local.h +++ b/src/ucm/ucm_local.h @@ -40,7 +40,7 @@ #include #include "use-case.h" -#define SYNTAX_VERSION_MAX 8 +#define SYNTAX_VERSION_MAX 7 #define MAX_CARD_SHORT_NAME 32 #define MAX_CARD_LONG_NAME 80