summaryrefslogtreecommitdiff
path: root/kernel-headers/sound/voice_params.h
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2015-03-12 10:00:51 -0700
committerPatrick Tjin <pattjin@google.com>2015-03-12 10:00:51 -0700
commit4d667bae0175a66dffc4d241a449e706bdee0a85 (patch)
tree879f28c3629c9da10f2b23c10701d4a914cca744 /kernel-headers/sound/voice_params.h
parentf5dc696274c01f254abddeb22c92b15a46401ad3 (diff)
downloadmsm8994-4d667bae0175a66dffc4d241a449e706bdee0a85.tar.gz
msm8994: update kernel headers
LA.BF64.1.2.1_rb1.10 Change-Id: Ifaeab686491175eb57ba0a2ae94c49c4397e2997 Signed-off-by: Patrick Tjin <pattjin@google.com>
Diffstat (limited to 'kernel-headers/sound/voice_params.h')
-rw-r--r--kernel-headers/sound/voice_params.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/kernel-headers/sound/voice_params.h b/kernel-headers/sound/voice_params.h
new file mode 100644
index 0000000..89da779
--- /dev/null
+++ b/kernel-headers/sound/voice_params.h
@@ -0,0 +1,31 @@
+/****************************************************************************
+ ****************************************************************************
+ ***
+ *** This header was automatically generated from a Linux kernel header
+ *** of the same name, to make information necessary for userspace to
+ *** call into the kernel available to libc. It contains only constants,
+ *** structures, and macros generated from the original header, and thus,
+ *** contains no copyrightable information.
+ ***
+ *** To edit the content of this header, modify the corresponding
+ *** source file (e.g. under external/kernel-headers/original/) then
+ *** run bionic/libc/kernel/tools/update_all.py
+ ***
+ *** Any manual change here will be lost the next time this script will
+ *** be run. You've been warned!
+ ***
+ ****************************************************************************
+ ****************************************************************************/
+#ifndef __VOICE_PARAMS_H__
+#define __VOICE_PARAMS_H__
+#include <linux/types.h>
+#include <sound/asound.h>
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+enum voice_lch_mode {
+ VOICE_LCH_START = 1,
+ VOICE_LCH_STOP
+};
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+#define SNDRV_VOICE_IOCTL_LCH _IOW('U', 0x00, enum voice_lch_mode)
+#endif
+