aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/system/audio_policy.h2
1 files changed, 1 insertions, 1 deletions
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;