summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-27 12:32:34 -0800
committerGlenn Kasten <gkasten@google.com>2012-01-27 13:31:54 -0800
commitde9719b3ec71472e6bf75117152176af51d1a515 (patch)
treed745196f8aa6832a18e380d78ad1bd1eae1e9e8f /services/audioflinger/AudioPolicyService.h
parenta3a2cd4072aaa2d93c91251a786eb7323f8d2c27 (diff)
downloadframeworks_av-de9719b3ec71472e6bf75117152176af51d1a515.zip
frameworks_av-de9719b3ec71472e6bf75117152176af51d1a515.tar.gz
frameworks_av-de9719b3ec71472e6bf75117152176af51d1a515.tar.bz2
Use audio_in_acoustics_t consistently
Change-Id: I0a9dd668fb2e57b1c3ece3190588194974b99062
Diffstat (limited to 'services/audioflinger/AudioPolicyService.h')
-rw-r--r--services/audioflinger/AudioPolicyService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioPolicyService.h b/services/audioflinger/AudioPolicyService.h
index 9811670..182b5dd 100644
--- a/services/audioflinger/AudioPolicyService.h
+++ b/services/audioflinger/AudioPolicyService.h
@@ -79,7 +79,7 @@ public:
audio_format_t format = AUDIO_FORMAT_DEFAULT,
uint32_t channels = 0,
audio_in_acoustics_t acoustics =
- (audio_in_acoustics_t)0,
+ (audio_in_acoustics_t)0 /*AUDIO_IN_ACOUSTICS_NONE*/,
int audioSession = 0);
virtual status_t startInput(audio_io_handle_t input);
virtual status_t stopInput(audio_io_handle_t input);