From 2e9d845850841f4bf91ed8bd4a79010c56abf4c2 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Thu, 1 Mar 2012 09:43:07 -0800 Subject: renamed audio policy output flag. Renamed AUDIO_POLICY_OUTPUT_FLAG_INDIRECT to AUDIO_POLICY_OUTPUT_FLAG_NONE which is more appropriate. Change-Id: Ie898ddc2279db55a65ece96e09232163c2e78024 --- include/system/audio_policy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/system/audio_policy.h b/include/system/audio_policy.h index 1e0af7d5..d45758a5 100644 --- a/include/system/audio_policy.h +++ b/include/system/audio_policy.h @@ -34,7 +34,7 @@ __BEGIN_DECLS * sharing an output with other AudioTracks) */ typedef enum { - AUDIO_POLICY_OUTPUT_FLAG_INDIRECT = 0x0, + AUDIO_POLICY_OUTPUT_FLAG_NONE = 0x0, AUDIO_POLICY_OUTPUT_FLAG_DIRECT = 0x1 } audio_policy_output_flags_t; -- cgit v1.2.3