1 /****************************************************************************
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 _UAPI_LINUX_SOUND_H
20 #define _UAPI_LINUX_SOUND_H
21 #include <linux/fs.h>
22 #define SND_DEV_CTL 0
23 #define SND_DEV_SEQ 1
24 #define SND_DEV_MIDIN 2
25 #define SND_DEV_DSP 3
26 #define SND_DEV_AUDIO 4
27 #define SND_DEV_DSP16 5
28 #define SND_DEV_UNUSED 6
29 #define SND_DEV_AWFM 7
30 #define SND_DEV_SEQ2 8
31 #define SND_DEV_SYNTH 9
32 #define SND_DEV_DMFM 10
33 #define SND_DEV_UNKNOWN11 11
34 #define SND_DEV_ADSP 12
35 #define SND_DEV_AMIDI 13
36 #define SND_DEV_ADMMIDI 14
37 #endif
38