From 831a6bb5319b51759b0b059c1f29635801102caa Mon Sep 17 00:00:00 2001 From: vivek mehta Date: Thu, 3 Sep 2015 18:25:56 -0700 Subject: audio: add support to enable Direct PCM output allow effects in case outout is direct pcm Change-Id: I2ad7eacf11642a4ca9f892b61124293d0dc503a9 --- services/audioflinger/Threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'services/audioflinger/Threads.h') diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h index 46ac300..9e32ea1 100644 --- a/services/audioflinger/Threads.h +++ b/services/audioflinger/Threads.h @@ -457,6 +457,7 @@ protected: static const size_t kLogSize = 4 * 1024; sp mNBLogWriter; bool mSystemReady; + bool mIsDirectPcm; // flag to indicate unique Direct thread }; // --- PlaybackThread --- -- cgit v1.1