summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioMixer.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-06 07:46:30 -0800
committerGlenn Kasten <gkasten@google.com>2012-01-06 08:00:59 -0800
commit54c3b66444ebfb9f2265ee70ac3b76ccefa0506a (patch)
tree2ae6ae86501101399d639f2a1227742c120e7ac8 /services/audioflinger/AudioMixer.h
parenta2a0a5d7d56baa831870f4bf2a0d942a477d92ef (diff)
downloadframeworks_av-54c3b66444ebfb9f2265ee70ac3b76ccefa0506a.zip
frameworks_av-54c3b66444ebfb9f2265ee70ac3b76ccefa0506a.tar.gz
frameworks_av-54c3b66444ebfb9f2265ee70ac3b76ccefa0506a.tar.bz2
By convention const goes before the type specifier
Change-Id: I70203abd6a6f54e5bd9f1412800cc01212157e58
Diffstat (limited to 'services/audioflinger/AudioMixer.h')
-rw-r--r--services/audioflinger/AudioMixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioMixer.h b/services/audioflinger/AudioMixer.h
index 9c129b8..cd70340 100644
--- a/services/audioflinger/AudioMixer.h
+++ b/services/audioflinger/AudioMixer.h
@@ -145,7 +145,7 @@ private:
mutable AudioBufferProvider::Buffer buffer;
hook_t hook;
- void const* in; // current location in buffer
+ const void* in; // current location in buffer
AudioResampler* resampler;
uint32_t sampleRate;