commit | d2f10ba3e89a8489d700e6cb9ad7cdeb50dd37f0 | [log] [tgz] |
---|---|---|
author | Sidipotu Ashok <sashok@codeaurora.org> | Mon May 06 15:41:56 2019 +0530 |
committer | Md Mansoor Ahmed <mansoor@codeaurora.org> | Thu Jun 13 18:18:59 2019 +0530 |
tree | 17eec35f247995b30e3aa748d8f3c20c3e366496 | |
parent | f81da24f7075769684e1f2bf95babc6dffbaf82b [diff] [blame] |
hal: Add QAP extention Add new source file in audio_extn folder Change-Id: If62e948f74f5e9e933704b5b6e061471d3a62a38
diff --git a/hal/audio_hw.h b/hal/audio_hw.h index 9a93ed7..865154e 100644 --- a/hal/audio_hw.h +++ b/hal/audio_hw.h
@@ -378,6 +378,7 @@ card_status_t card_status; void* qaf_stream_handle; + void* qap_stream_handle; pthread_cond_t qaf_offload_cond; pthread_t qaf_offload_thread; struct listnode qaf_offload_cmd_list;