summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-03-01 09:38:00 -0800
committerEric Laurent <elaurent@google.com>2012-03-01 09:43:32 -0800
commit3030fcefcfcfc48789612659206b957cd0489a54 (patch)
tree2e359e135c7eb575cec715b0cfe1f4b6a51bb3b4 /services/audioflinger/AudioPolicyService.h
parente8286332f3817a8b7cc4cfd8f6450a3913533660 (diff)
downloadframeworks_av-3030fcefcfcfc48789612659206b957cd0489a54.zip
frameworks_av-3030fcefcfcfc48789612659206b957cd0489a54.tar.gz
frameworks_av-3030fcefcfcfc48789612659206b957cd0489a54.tar.bz2
renamed audio policy output flag.
Renamed AUDIO_POLICY_OUTPUT_FLAG_INDIRECT to AUDIO_POLICY_OUTPUT_FLAG_NONE which is more appropriate. Change-Id: Ia14d60397df0f2dcd9bea0186400a09da35bc104
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 679fd30..962c917 100644
--- a/services/audioflinger/AudioPolicyService.h
+++ b/services/audioflinger/AudioPolicyService.h
@@ -66,7 +66,7 @@ public:
audio_format_t format = AUDIO_FORMAT_DEFAULT,
uint32_t channels = 0,
audio_policy_output_flags_t flags =
- AUDIO_POLICY_OUTPUT_FLAG_INDIRECT);
+ AUDIO_POLICY_OUTPUT_FLAG_NONE);
virtual status_t startOutput(audio_io_handle_t output,
audio_stream_type_t stream,
int session = 0);