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 <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2019-03-11 19:16:28 +02:00 committed by Liam Girdwood
parent f3925ff1c0
commit 28bb1bdd20
1 changed files with 0 additions and 5 deletions

View File

@ -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