summaryrefslogtreecommitdiff
path: root/audio/hal/audio_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/hal/audio_hw.h')
-rw-r--r--audio/hal/audio_hw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/hal/audio_hw.h b/audio/hal/audio_hw.h
index 96e84c8..14669c9 100644
--- a/audio/hal/audio_hw.h
+++ b/audio/hal/audio_hw.h
@@ -306,6 +306,8 @@ struct stream_out {
// always modified with audio device and stream mutex locked.
int32_t echo_reference_generation;
#endif
+
+ bool is_fastmixer_affinity_set;
};
struct stream_in {
@@ -357,6 +359,7 @@ struct stream_in {
#endif
struct audio_device* dev;
+ bool is_fastcapture_affinity_set;
};
struct mixer_card {