mirror of https://github.com/thesofproject/sof.git
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:
parent
f3925ff1c0
commit
28bb1bdd20
|
@ -31,11 +31,6 @@
|
||||||
#ifndef __INCLUDE_UAPI_USER_TONE_H__
|
#ifndef __INCLUDE_UAPI_USER_TONE_H__
|
||||||
#define __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_FREQUENCY 0
|
||||||
#define SOF_TONE_IDX_AMPLITUDE 1
|
#define SOF_TONE_IDX_AMPLITUDE 1
|
||||||
#define SOF_TONE_IDX_FREQ_MULT 2
|
#define SOF_TONE_IDX_FREQ_MULT 2
|
||||||
|
|
Loading…
Reference in New Issue