summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-10-12 11:35:14 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-12 11:35:14 -0700
commit5e022cb144f28c851b9587c79c9507bbb52092d2 (patch)
treeb932ad14011d5a24181192195733284bbf99653d
parent7eccdab1dfcf6e28adeddef1d4bd74bf56efdd24 (diff)
parentea7e4c95687c1ea1fcb425b03047f3b6e8c0d272 (diff)
downloadhardware_qcom_audio-5e022cb144f28c851b9587c79c9507bbb52092d2.tar.gz
hardware_qcom_audio-5e022cb144f28c851b9587c79c9507bbb52092d2.tar.bz2
hardware_qcom_audio-5e022cb144f28c851b9587c79c9507bbb52092d2.zip
Merge "hal: add a new key to query for decoder viability."
-rw-r--r--hal/audio_extn/audio_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hal/audio_extn/audio_defs.h b/hal/audio_extn/audio_defs.h
index 9d801120..1c5da54e 100644
--- a/hal/audio_extn/audio_defs.h
+++ b/hal/audio_extn/audio_defs.h
@@ -101,4 +101,6 @@
/* Query if Proxy can be Opend */
#define AUDIO_PARAMETER_KEY_CAN_OPEN_PROXY "can_open_proxy"
+#define AUDIO_PARAMETER_IS_HW_DECODER_SESSION_ALLOWED "is_hw_dec_session_allowed"
+
#endif /* AUDIO_DEFS_H */