summaryrefslogtreecommitdiffstats
path: root/hal/audio_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'hal/audio_hw.h')
-rw-r--r--hal/audio_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal/audio_hw.h b/hal/audio_hw.h
index b9a72e10..8fe8f6f6 100644
--- a/hal/audio_hw.h
+++ b/hal/audio_hw.h
@@ -198,6 +198,7 @@ struct stream_in {
bool enable_aec;
bool enable_ns;
audio_format_t format;
+ int64_t frames_read; /* total frames read, not cleared when entering standby */
struct audio_device *dev;
};