type definition for future compat.
Change-Id: Ifaba69d556ecc2a881293a2217515ea7dc5bb1a9
This commit is contained in:
parent
4b91e3328c
commit
e4e3f20f57
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue