summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2017-09-12 20:22:00 -0400
committerRashed Abdel-Tawab <rashed@linux.com>2017-12-28 03:09:38 +0200
commit0f2be2c4009c4d0b2d092d191bb0ef1350d3df3b (patch)
treed00c16c839eef04df9e97aaab5f40b9a26725909
parentf163245b5fa04ea772c0dd650c0c72681d3cc34e (diff)
downloadandroid_hardware_qcom_audio-0f2be2c4009c4d0b2d092d191bb0ef1350d3df3b.tar.gz
android_hardware_qcom_audio-0f2be2c4009c4d0b2d092d191bb0ef1350d3df3b.tar.bz2
android_hardware_qcom_audio-0f2be2c4009c4d0b2d092d191bb0ef1350d3df3b.zip
hal: Update sound trigger header for UM6
Change-Id: I1b949db8866b2649b8727389e6ed66a25f9fe88a
-rw-r--r--hal/audio_extn/sound_trigger_prop_intf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hal/audio_extn/sound_trigger_prop_intf.h b/hal/audio_extn/sound_trigger_prop_intf.h
index 9cb7c140..bde563f5 100644
--- a/hal/audio_extn/sound_trigger_prop_intf.h
+++ b/hal/audio_extn/sound_trigger_prop_intf.h
@@ -20,6 +20,10 @@ enum audio_event_type {
AUDIO_EVENT_SSR,
AUDIO_EVENT_NUM_ST_SESSIONS,
AUDIO_EVENT_READ_SAMPLES,
+ AUDIO_EVENT_DEVICE_CONNECT,
+ AUDIO_EVENT_DEVICE_DISCONNECT,
+ AUDIO_EVENT_SVA_EXEC_MODE,
+ AUDIO_EVENT_SVA_EXEC_MODE_STATUS,
};
enum sound_trigger_event_type {
@@ -50,6 +54,7 @@ struct audio_event_info {
union {
enum ssr_event_status status;
int value;
+ void *str_value;
struct sound_trigger_session_info ses_info;
struct audio_read_samples_info aud_info;
}u;