aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ril_interface.h
diff options
context:
space:
mode:
authorDheeraj CVR <cvr.dheeraj@gmail.com>2015-06-17 00:45:04 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-12-02 15:11:59 -0800
commit24c130f97ba94521eba78cd9097ce429a8e13a6d (patch)
treeb4589c9016faac56fa5a05d0d49edeaeb4e8e8e0 /audio/ril_interface.h
parent034eeb28cb920f75fc1582f7c70a434c8b6925e5 (diff)
downloaddevice_samsung_espressowifi-24c130f97ba94521eba78cd9097ce429a8e13a6d.zip
device_samsung_espressowifi-24c130f97ba94521eba78cd9097ce429a8e13a6d.tar.gz
device_samsung_espressowifi-24c130f97ba94521eba78cd9097ce429a8e13a6d.tar.bz2
audio: forward call mute to RIL client interface
Change-Id: Ifd0c6d3bf271a49f9e938514c79e3ec3a1e6d92c
Diffstat (limited to 'audio/ril_interface.h')
-rw-r--r--audio/ril_interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/ril_interface.h b/audio/ril_interface.h
index 4b401aa..7950eb9 100644
--- a/audio/ril_interface.h
+++ b/audio/ril_interface.h
@@ -70,6 +70,11 @@ enum ril_two_mic_state {
TWO_MIC_SOLUTION_ON
};
+enum ril_mic_mute {
+ MIC_UNMUTE,
+ MIC_MUTE
+};
+
/* Function prototypes */
int ril_open(struct ril_handle *ril);
int ril_close(struct ril_handle *ril);