blob: a4b745ef73e09a37504c02759f7273e0f089ddaa [file] [log] [blame]
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef __INCLUDE_UAPI_SOUND_SOF_USER_TONE_H__
20#define __INCLUDE_UAPI_SOUND_SOF_USER_TONE_H__
21#define SOF_TONE_IDX_FREQUENCY 0
22#define SOF_TONE_IDX_AMPLITUDE 1
23#define SOF_TONE_IDX_FREQ_MULT 2
24#define SOF_TONE_IDX_AMPL_MULT 3
25#define SOF_TONE_IDX_LENGTH 4
26#define SOF_TONE_IDX_PERIOD 5
27#define SOF_TONE_IDX_REPEATS 6
28#define SOF_TONE_IDX_LIN_RAMP_STEP 7
29#endif