diff options
| author | Eric Laurent <elaurent@google.com> | 2012-04-18 17:17:59 -0700 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2012-04-18 18:07:05 -0700 |
| commit | e4e3f20f5784e719dc221114d7030b241e455f63 (patch) | |
| tree | 4353487be29a767fe9b512573462da9e362dd594 /include | |
| parent | 4b91e3328c79383bcebed982ce536046ea316456 (diff) | |
| download | system_core-e4e3f20f5784e719dc221114d7030b241e455f63.tar.gz system_core-e4e3f20f5784e719dc221114d7030b241e455f63.tar.bz2 system_core-e4e3f20f5784e719dc221114d7030b241e455f63.zip | |
type definition for future compat.
Change-Id: Ifaba69d556ecc2a881293a2217515ea7dc5bb1a9
Diffstat (limited to 'include')
| -rw-r--r-- | include/system/audio_policy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/system/audio_policy.h b/include/system/audio_policy.h index 1e0af7d5..0194962b 100644 --- a/include/system/audio_policy.h +++ b/include/system/audio_policy.h @@ -38,6 +38,9 @@ typedef enum { AUDIO_POLICY_OUTPUT_FLAG_DIRECT = 0x1 } audio_policy_output_flags_t; +/* for future compatibility */ +typedef audio_policy_output_flags_t audio_output_flags_t; + /* device categories used for audio_policy->set_force_use() */ typedef enum { AUDIO_POLICY_FORCE_NONE, |
