commit | 244c15777b255b063f85a1bc0968b03b0b1047f9 | [log] [tgz] |
---|---|---|
author | Eric Park <ideamaneric@gmail.com> | Tue Apr 18 11:36:26 2017 -0400 |
committer | Eric Park <ideamaneric@gmail.com> | Tue Apr 18 13:00:20 2017 -0400 |
tree | 237ca6e33d1ae28a39e4873cdccf55f777beb8d9 | |
parent | 936159325c57b7c4c9a23a34c83e31153cb4a327 [diff] [blame] |
Merge tag 'android-7.1.2_r5' of https://android.googlesource.com/platform/hardware/qcom/audio into HEAD Android 7.1.2 Release 5 (N2G47J) Change-Id: Ic8c1180a568dde687a79e580eb3db59f08d6061a
diff --git a/hal/audio_hw.h b/hal/audio_hw.h index 4963316..2cf72e1 100644 --- a/hal/audio_hw.h +++ b/hal/audio_hw.h
@@ -210,6 +210,8 @@ card_status_t card_status; struct error_log error_log; + + int64_t last_write_time_us; }; struct stream_in { @@ -240,7 +242,7 @@ card_status_t card_status; }; -typedef enum { +typedef enum usecase_type_t { PCM_PLAYBACK, PCM_CAPTURE, VOICE_CALL,