summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-04-03 15:36:53 -0700
committerEric Laurent <elaurent@google.com>2012-04-11 12:17:59 -0700
commit3f9c84c0a5af83fceb8669390e2d71b75ec7b550 (patch)
tree12f049ef754cdd81c720dbfbed8adfca0808f073 /services
parent2d531e1b5865d61d5ca25d77d53017b1ad180efa (diff)
downloadframeworks_av-3f9c84c0a5af83fceb8669390e2d71b75ec7b550.zip
frameworks_av-3f9c84c0a5af83fceb8669390e2d71b75ec7b550.tar.gz
frameworks_av-3f9c84c0a5af83fceb8669390e2d71b75ec7b550.tar.bz2
audio pre processing: test code for dual mic
Added functional test code to validate effect API for multi mic simplementations. Also fixed warning in AudioFlinger. Change-Id: I07be4d2e4d17791d3626c804ba3e9f87ff26d05a
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/AudioFlinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp
index 0ce1153..b6ac359 100644
--- a/services/audioflinger/AudioFlinger.cpp
+++ b/services/audioflinger/AudioFlinger.cpp
@@ -5681,7 +5681,7 @@ audio_io_handle_t AudioFlinger::openOutput(audio_module_handle_t module,
ALOGV("openOutput(), module %d Device %x, SamplingRate %d, Format %d, Channels %x, flags %x",
module,
- pDevices ? *pDevices : 0,
+ (pDevices != NULL) ? (int)*pDevices : 0,
samplingRate,
format,
channelMask,