summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-01-26 16:35:47 -0800
committerGlenn Kasten <gkasten@google.com>2015-03-13 16:22:16 -0700
commitf59497bd3c190e087202043de5450ef06e92b27d (patch)
tree52ff88a5a4bd358358850e0ca16d0f9527fded4e /services/audioflinger/Threads.h
parent802a568f77b9a372537e4216b2a7cbb203958a87 (diff)
downloadframeworks_av-f59497bd3c190e087202043de5450ef06e92b27d.zip
frameworks_av-f59497bd3c190e087202043de5450ef06e92b27d.tar.gz
frameworks_av-f59497bd3c190e087202043de5450ef06e92b27d.tar.bz2
Update comments
Change-Id: I37d3c4ce22b74fe8581a886fe5a7f9fef8266dad
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 9350e48..d600ea9 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -427,7 +427,7 @@ protected:
bool mStandby; // Whether thread is currently in standby.
audio_devices_t mOutDevice; // output device
audio_devices_t mInDevice; // input device
- audio_source_t mAudioSource; // (see audio.h, audio_source_t)
+ audio_source_t mAudioSource;
const audio_io_handle_t mId;
Vector< sp<EffectChain> > mEffectChains;