commit | ce6d5afbcd00c722f4e62097ee69605052b62007 | [log] [tgz] |
---|---|---|
author | Christopher N. Hesse <raymanfx@gmail.com> | Thu Jan 12 11:40:30 2017 +0100 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Thu Feb 02 11:37:05 2017 +0000 |
tree | b0a00267987d253c4f4d69c714a3496851abcf11 | |
parent | e6b3a3eae446b7d650926e2dd6bc63ca9a20f46f [diff] [blame] |
audio: Implement get_capture_position() Change-Id: Ib9f637d30774b2a9aa23e6958ce5465d90eae467
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 6e58a11..d2c6e0f 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h
@@ -363,6 +363,8 @@ bool is_fastcapture_affinity_set; int64_t last_read_time_us; + int64_t frames_read; /* total frames read, not cleared when + entering standby */ }; struct mixer_card {