blob: 82c368ef56d65e4127a90b4b9d2921b996cb8904 [file] [log] [blame]
Nick Kralevicha67e4de2013-01-14 11:28:26 -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 ****************************************************************************/
Ben Cheng655a7c02013-10-16 16:09:24 -070019#ifndef _UAPI_LINUX_SOUND_H
20#define _UAPI_LINUX_SOUND_H
21#include <linux/fs.h>
22#define SND_DEV_CTL 0
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070024#define SND_DEV_SEQ 1
25#define SND_DEV_MIDIN 2
26#define SND_DEV_DSP 3
27#define SND_DEV_AUDIO 4
Nick Kralevicha67e4de2013-01-14 11:28:26 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070029#define SND_DEV_DSP16 5
30#define SND_DEV_UNUSED 6
31#define SND_DEV_AWFM 7
32#define SND_DEV_SEQ2 8
Nick Kralevicha67e4de2013-01-14 11:28:26 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070034#define SND_DEV_SYNTH 9
35#define SND_DEV_DMFM 10
36#define SND_DEV_UNKNOWN11 11
37#define SND_DEV_ADSP 12
Nick Kralevicha67e4de2013-01-14 11:28:26 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070039#define SND_DEV_AMIDI 13
40#define SND_DEV_ADMMIDI 14
Nick Kralevicha67e4de2013-01-14 11:28:26 -080041#endif