am d0996bb4
: bionic: update processed kernel header tpa2018d1.h
Merge commit 'd0996bb4cd6b6d0fa7c643a809f01e33adc2638d' into eclair-plus-aosp * commit 'd0996bb4cd6b6d0fa7c643a809f01e33adc2638d': bionic: update processed kernel header tpa2018d1.h
This commit is contained in:
commit
c0472409d1
@ -14,6 +14,14 @@
|
|||||||
|
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
|
enum tpa2018d1_mode {
|
||||||
|
TPA2018_MODE_OFF,
|
||||||
|
TPA2018_MODE_PLAYBACK,
|
||||||
|
TPA2018_MODE_RINGTONE,
|
||||||
|
TPA2018_MODE_VOICE_CALL,
|
||||||
|
TPA2018_NUM_MODES,
|
||||||
|
};
|
||||||
|
|
||||||
#define TPA2018_IOCTL_MAGIC 'a'
|
#define TPA2018_IOCTL_MAGIC 'a'
|
||||||
#define TPA2018_SET_CONFIG _IOW(TPA2018_IOCTL_MAGIC, 1, unsigned)
|
#define TPA2018_SET_CONFIG _IOW(TPA2018_IOCTL_MAGIC, 1, unsigned)
|
||||||
#define TPA2018_READ_CONFIG _IOR(TPA2018_IOCTL_MAGIC, 2, unsigned)
|
#define TPA2018_READ_CONFIG _IOR(TPA2018_IOCTL_MAGIC, 2, unsigned)
|
||||||
|
Loading…
Reference in New Issue
Block a user