diff options
| author | Eric Laurent <elaurent@google.com> | 2012-03-01 09:43:07 -0800 |
|---|---|---|
| committer | Eric Laurent <elaurent@google.com> | 2012-03-01 09:43:07 -0800 |
| commit | 2e9d845850841f4bf91ed8bd4a79010c56abf4c2 (patch) | |
| tree | 5923ecb6fc0bc2092c1e0c7be17a67f5fc461941 /include | |
| parent | ca3bf25570c197757f75b749cddecfea88cbcdc1 (diff) | |
| download | system_core-2e9d845850841f4bf91ed8bd4a79010c56abf4c2.tar.gz system_core-2e9d845850841f4bf91ed8bd4a79010c56abf4c2.tar.bz2 system_core-2e9d845850841f4bf91ed8bd4a79010c56abf4c2.zip | |
renamed audio policy output flag.
Renamed AUDIO_POLICY_OUTPUT_FLAG_INDIRECT to AUDIO_POLICY_OUTPUT_FLAG_NONE
which is more appropriate.
Change-Id: Ie898ddc2279db55a65ece96e09232163c2e78024
Diffstat (limited to 'include')
| -rw-r--r-- | include/system/audio_policy.h | 2 |
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; |
