From c4640c9eef850bb1c754bd6b477f1cc8350c6081 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 22 Oct 2012 17:09:27 -0700 Subject: Increase allowed number of VHQ resamplers to 3 Bug: 7378660 Change-Id: I69e33ca2eb4bb9bd38e2c63df62cd1130d68baf6 --- services/audioflinger/AudioResampler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/audioflinger/AudioResampler.cpp b/services/audioflinger/AudioResampler.cpp index 96293e3..ffea9b9 100644 --- a/services/audioflinger/AudioResampler.cpp +++ b/services/audioflinger/AudioResampler.cpp @@ -130,7 +130,7 @@ uint32_t AudioResampler::qualityMHz(src_quality quality) } } -static const uint32_t maxMHz = 75; // an arbitrary number that permits 2 VHQ, should be tunable +static const uint32_t maxMHz = 130; // an arbitrary number that permits 3 VHQ, should be tunable static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; static uint32_t currentMHz = 0; -- cgit v1.1