Merge "renamed audio policy output flag."

This commit is contained in:
Eric Laurent 2012-03-01 10:17:15 -08:00 committed by Android (Google) Code Review
commit cef6db21fd
1 changed files with 1 additions and 1 deletions

View File

@ -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;