blob: 43e3b9d0aa49b8e3473d6770a98e63337bc818ad [file] [log] [blame]
Shiv Maliyappanahalli2763e322013-04-11 14:16:57 -07001#ifndef __VOICE_PARAMS_H__
2#define __VOICE_PARAMS_H__
3
4#include <linux/types.h>
5#include <sound/asound.h>
6
7enum voice_lch_mode {
8 VOICE_LCH_START = 1,
9 VOICE_LCH_STOP
10};
11
12#define SNDRV_VOICE_IOCTL_LCH _IOW('U', 0x00, enum voice_lch_mode)
13
14#endif