From 28bb1bdd206d729dfc982dc5eb838b80ccb6a024 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Mon, 11 Mar 2019 19:16:28 +0200 Subject: [PATCH] Tone: Remove not used version macro from ABI header The SOF_TONE_ABI_VERSION macro is no more used. This change is also needed to match with kernel side header. Signed-off-by: Seppo Ingalsuo --- src/include/uapi/user/tone.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/uapi/user/tone.h b/src/include/uapi/user/tone.h index fc81ffd83..66d917f5f 100644 --- a/src/include/uapi/user/tone.h +++ b/src/include/uapi/user/tone.h @@ -31,11 +31,6 @@ #ifndef __INCLUDE_UAPI_USER_TONE_H__ #define __INCLUDE_UAPI_USER_TONE_H__ -/* Component will reject non-matching configuration. The version number need - * to be incremented with any ABI changes in function fir_cmd(). - */ -#define SOF_TONE_ABI_VERSION 1 - #define SOF_TONE_IDX_FREQUENCY 0 #define SOF_TONE_IDX_AMPLITUDE 1 #define SOF_TONE_IDX_FREQ_MULT 2