diff options
author | Eric Laurent <elaurent@google.com> | 2012-04-18 09:30:20 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2012-04-18 13:40:52 -0700 |
commit | 577deda5e32ddfa474185f3f5e141d2e029f481c (patch) | |
tree | 3610f9633dd5f41029d8e8f6a270d41a68bb6aca /include | |
parent | 545ab46063f083239b29e59b8b491656d93f2a38 (diff) | |
download | system_core-577deda5e32ddfa474185f3f5e141d2e029f481c.zip system_core-577deda5e32ddfa474185f3f5e141d2e029f481c.tar.gz system_core-577deda5e32ddfa474185f3f5e141d2e029f481c.tar.bz2 |
removed obsolete audio policy flags
Removed obsolete AUDIO_POLICY_OUTPUT_FLAG_xxx flags definition.
All project mmust use AUDIO_OUTPUT_FLAG_xxx flags from system/audio.h
Change-Id: Ib374dee96afcf176df35d9a621be02ce0e30caf5
Diffstat (limited to 'include')
-rw-r--r-- | include/system/audio_policy.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/system/audio_policy.h b/include/system/audio_policy.h index 701c86a..57f7110 100644 --- a/include/system/audio_policy.h +++ b/include/system/audio_policy.h @@ -30,15 +30,6 @@ __BEGIN_DECLS * frameworks/base/include/media/AudioSystem.h */ -/* FIXME: temporary definitions to be removed once all projects have been changed - * to use audio_output_flags_t */ -typedef enum { - AUDIO_POLICY_OUTPUT_FLAG_NONE = AUDIO_OUTPUT_FLAG_NONE, - AUDIO_POLICY_OUTPUT_FLAG_DIRECT = AUDIO_OUTPUT_FLAG_DIRECT, - AUDIO_POLICY_OUTPUT_FLAG_PRIMARY = AUDIO_OUTPUT_FLAG_PRIMARY, - AUDIO_POLICY_OUTPUT_FLAG_FAST = AUDIO_OUTPUT_FLAG_FAST, -} audio_policy_output_flags_t; - /* device categories used for audio_policy->set_force_use() */ typedef enum { AUDIO_POLICY_FORCE_NONE, |