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 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 24 #define SND_DEV_SEQ 1 25 #define SND_DEV_MIDIN 2 26 #define SND_DEV_DSP 3 27 #define SND_DEV_AUDIO 4 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 29 #define SND_DEV_DSP16 5 30 #define SND_DEV_UNUSED 6 31 #define SND_DEV_AWFM 7 32 #define SND_DEV_SEQ2 8 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 34 #define SND_DEV_SYNTH 9 35 #define SND_DEV_DMFM 10 36 #define SND_DEV_UNKNOWN11 11 37 #define SND_DEV_ADSP 12 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 39 #define SND_DEV_AMIDI 13 40 #define SND_DEV_ADMMIDI 14 41 #endif 42