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 _MSM_AUDIO_AMR_WB_PLUS_H
8 #define _MSM_AUDIO_AMR_WB_PLUS_H
9 #define AUDIO_GET_AMRWBPLUS_CONFIG_V2 _IOR(AUDIO_IOCTL_MAGIC, (AUDIO_MAX_COMMON_IOCTL_NUM + 2), struct msm_audio_amrwbplus_config_v2)
10 #define AUDIO_SET_AMRWBPLUS_CONFIG_V2 _IOW(AUDIO_IOCTL_MAGIC, (AUDIO_MAX_COMMON_IOCTL_NUM + 3), struct msm_audio_amrwbplus_config_v2)
11 struct msm_audio_amrwbplus_config_v2 {
12   unsigned int size_bytes;
13   unsigned int version;
14   unsigned int num_channels;
15   unsigned int amr_band_mode;
16   unsigned int amr_dtx_mode;
17   unsigned int amr_frame_fmt;
18   unsigned int amr_lsf_idx;
19 };
20 #endif
21