Sign in
android
/
platform
/
hardware
/
qcom
/
msm8996
/
4ac9a091c7b67be475fbf402f28ad680411c9752
/
.
/
original-kernel-headers
/
sound
/
voice_params.h
blob: 43e3b9d0aa49b8e3473d6770a98e63337bc818ad [
file
] [
log
] [
blame
]
#ifndef
__VOICE_PARAMS_H__
#define
__VOICE_PARAMS_H__
#include
<linux/types.h>
#include
<sound/asound.h>
enum
voice_lch_mode
{
VOICE_LCH_START
=
1
,
VOICE_LCH_STOP
};
#define
SNDRV_VOICE_IOCTL_LCH _IOW
(
'U'
,
0x00
,
enum
voice_lch_mode
)
#endif