blob: df6ecd8ac71a69d3ec7ee33e3c5202dbd4d133e1 [file] [log] [blame]
Christopher Ferris6a9755d2017-01-13 14:09:31 -08001/****************************************************************************
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 __SND_SST_TOKENS_H__
20#define __SND_SST_TOKENS_H__
21enum SKL_TKNS {
22 SKL_TKN_UUID = 1,
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24 SKL_TKN_U8_NUM_BLOCKS,
25 SKL_TKN_U8_BLOCK_TYPE,
26 SKL_TKN_U8_IN_PIN_TYPE,
27 SKL_TKN_U8_OUT_PIN_TYPE,
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 SKL_TKN_U8_DYN_IN_PIN,
30 SKL_TKN_U8_DYN_OUT_PIN,
31 SKL_TKN_U8_IN_QUEUE_COUNT,
32 SKL_TKN_U8_OUT_QUEUE_COUNT,
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34 SKL_TKN_U8_TIME_SLOT,
35 SKL_TKN_U8_CORE_ID,
36 SKL_TKN_U8_MOD_TYPE,
37 SKL_TKN_U8_CONN_TYPE,
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39 SKL_TKN_U8_DEV_TYPE,
40 SKL_TKN_U8_HW_CONN_TYPE,
41 SKL_TKN_U16_MOD_INST_ID,
42 SKL_TKN_U16_BLOCK_SIZE,
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 SKL_TKN_U32_MAX_MCPS,
45 SKL_TKN_U32_MEM_PAGES,
46 SKL_TKN_U32_OBS,
47 SKL_TKN_U32_IBS,
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 SKL_TKN_U32_VBUS_ID,
50 SKL_TKN_U32_PARAMS_FIXUP,
51 SKL_TKN_U32_CONVERTER,
52 SKL_TKN_U32_PIPE_ID,
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54 SKL_TKN_U32_PIPE_CONN_TYPE,
55 SKL_TKN_U32_PIPE_PRIORITY,
56 SKL_TKN_U32_PIPE_MEM_PGS,
57 SKL_TKN_U32_DIR_PIN_COUNT,
58/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59 SKL_TKN_U32_FMT_CH,
60 SKL_TKN_U32_FMT_FREQ,
61 SKL_TKN_U32_FMT_BIT_DEPTH,
62 SKL_TKN_U32_FMT_SAMPLE_SIZE,
63/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64 SKL_TKN_U32_FMT_CH_CONFIG,
65 SKL_TKN_U32_FMT_INTERLEAVE,
66 SKL_TKN_U32_FMT_SAMPLE_TYPE,
67 SKL_TKN_U32_FMT_CH_MAP,
68/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69 SKL_TKN_U32_PIN_MOD_ID,
70 SKL_TKN_U32_PIN_INST_ID,
71 SKL_TKN_U32_MOD_SET_PARAMS,
72 SKL_TKN_U32_MOD_PARAM_ID,
73/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
74 SKL_TKN_U32_CAPS_SET_PARAMS,
75 SKL_TKN_U32_CAPS_PARAMS_ID,
76 SKL_TKN_U32_CAPS_SIZE,
77 SKL_TKN_U32_PROC_DOMAIN,
78/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
79 SKL_TKN_U32_LIB_COUNT,
80 SKL_TKN_STR_LIB_NAME,
Christopher Ferris48af7cb2017-02-21 12:35:09 -080081 SKL_TKN_U32_PMODE,
82 SKL_TKL_U32_D0I3_CAPS,
Christopher Ferris6a9755d2017-01-13 14:09:31 -080083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris48af7cb2017-02-21 12:35:09 -080084 SKL_TKN_MAX = SKL_TKL_U32_D0I3_CAPS,
85};
Christopher Ferris6a9755d2017-01-13 14:09:31 -080086#endif