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 __VOICE_PARAMS_H__
8 #define __VOICE_PARAMS_H__
9 #include <linux/types.h>
10 #include <sound/asound.h>
11 enum voice_lch_mode {
12   VOICE_LCH_START = 1,
13   VOICE_LCH_STOP
14 };
15 #define SNDRV_VOICE_IOCTL_LCH _IOW('U', 0x00, enum voice_lch_mode)
16 #endif
17