summaryrefslogtreecommitdiffstats
path: root/qahw_api/inc
diff options
context:
space:
mode:
authorDhananjay Kumar <dhakumar@codeaurora.org>2016-12-20 21:04:13 +0530
committerSharad Sangle <assangle@codeaurora.org>2016-12-23 12:02:21 +0530
commit9cc498b4a3e6d6b99a83755403c143f0ba5bfa96 (patch)
tree0323229a67ff5b25800e4c62e81b6a96f86be025 /qahw_api/inc
parent591c2baf486add78c4ee40da5f55195505e4879e (diff)
downloadandroid_hardware_qcom_audio-9cc498b4a3e6d6b99a83755403c143f0ba5bfa96.tar.gz
android_hardware_qcom_audio-9cc498b4a3e6d6b99a83755403c143f0ba5bfa96.tar.bz2
android_hardware_qcom_audio-9cc498b4a3e6d6b99a83755403c143f0ba5bfa96.zip
audio: miscellaneous fixes against iot changes
-Fix compilation warnings against tx app_type changes. -Remove assignment of compress usecase outside compress input extension. -Define input flag for compress record usage. Change-Id: I36630c7f6524d494b76e0a3bd074185a01e19883
Diffstat (limited to 'qahw_api/inc')
-rw-r--r--qahw_api/inc/qahw_defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qahw_api/inc/qahw_defs.h b/qahw_api/inc/qahw_defs.h
index c3def188..8b890b97 100644
--- a/qahw_api/inc/qahw_defs.h
+++ b/qahw_api/inc/qahw_defs.h
@@ -165,10 +165,11 @@ __BEGIN_DECLS
/* Set or Query stream profile type */
#define QAHW_PARAMETER_STREAM_PROFILE "audio_stream_profile"
-/* audio inout flag for timestamp mode.
+/* audio input flags for compress and timestamp mode.
* check other input flags defined in audio.h for conflicts
*/
#define QAHW_INPUT_FLAG_TIMESTAMP 0x80000000
+#define QAHW_INPUT_FLAG_COMPRESS 0x40000000
/* Query fm volume */
#define QAHW_PARAMETER_KEY_FM_VOLUME "fm_volume"