1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_LINUX_SOUND_H
8 #define _UAPI_LINUX_SOUND_H
9 #include <linux/fs.h>
10 #define SND_DEV_CTL 0
11 #define SND_DEV_SEQ 1
12 #define SND_DEV_MIDIN 2
13 #define SND_DEV_DSP 3
14 #define SND_DEV_AUDIO 4
15 #define SND_DEV_DSP16 5
16 #define SND_DEV_UNUSED 6
17 #define SND_DEV_AWFM 7
18 #define SND_DEV_SEQ2 8
19 #define SND_DEV_SYNTH 9
20 #define SND_DEV_DMFM 10
21 #define SND_DEV_UNKNOWN11 11
22 #define SND_DEV_ADSP 12
23 #define SND_DEV_AMIDI 13
24 #define SND_DEV_ADMMIDI 14
25 #endif
26