From 4ea00a25cf85877b48ebd1e15a657cfaab29af58 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 2 Jun 2014 08:29:22 -0700 Subject: Add mPrimaryOutputSampleRate Change-Id: I46b527fc3f2b5a5720a74b4f0b9a8f2e0d570b09 --- services/audioflinger/AudioFlinger.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'services/audioflinger/AudioFlinger.h') diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 29dc6b2..8d11e72 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h @@ -691,6 +691,9 @@ private: nsecs_t mGlobalEffectEnableTime; // when a global effect was last enabled sp mPatchPanel; + + uint32_t mPrimaryOutputSampleRate; // sample rate of the primary output, or zero if none + // protected by mHardwareLock }; #undef INCLUDING_FROM_AUDIOFLINGER_H -- cgit v1.1