hal: support compressed capture with variable size packets
Compressed IEC 61937 capture uses variable size packets for data
transfer
Change-Id: I8e6baaf870f5f504c0c642cf44795334097bddbf
diff --git a/qahw/inc/qahw_defs.h b/qahw/inc/qahw_defs.h
index e67c91e..573c4af 100755
--- a/qahw/inc/qahw_defs.h
+++ b/qahw/inc/qahw_defs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
* Not a Contribution.
*
* Copyright (C) 2011 The Android Open Source Project *
@@ -170,6 +170,7 @@
*/
#define QAHW_INPUT_FLAG_TIMESTAMP 0x80000000
#define QAHW_INPUT_FLAG_COMPRESS 0x40000000
+#define QAHW_INPUT_FLAG_PASSTHROUGH 0x20000000
/* Query fm volume */
#define QAHW_PARAMETER_KEY_FM_VOLUME "fm_volume"