diff options
author | Eric Laurent <elaurent@google.com> | 2014-12-10 22:20:09 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-10 22:20:09 +0000 |
commit | 4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e (patch) | |
tree | bbb3362fce8135c6eeab89aff091d1c6517ea930 /include | |
parent | f6a9309b94510b9f4d80f0c48938d0b62f7aff8d (diff) | |
parent | 4fca59181c838b91572d1b57cb74b26d0a70528f (diff) | |
download | core-4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e.tar.gz core-4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e.tar.bz2 core-4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e.zip |
am 4fca5918: audio: add usage "virtual source" to audio attributes.
* commit '4fca59181c838b91572d1b57cb74b26d0a70528f':
audio: add usage "virtual source" to audio attributes.
Diffstat (limited to 'include')
-rw-r--r-- | include/system/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/audio.h b/include/system/audio.h index 2749ce02e..181a1713f 100644 --- a/include/system/audio.h +++ b/include/system/audio.h @@ -100,6 +100,7 @@ typedef enum { AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE = 12, AUDIO_USAGE_ASSISTANCE_SONIFICATION = 13, AUDIO_USAGE_GAME = 14, + AUDIO_USAGE_VIRTUAL_SOURCE = 15, AUDIO_USAGE_CNT, AUDIO_USAGE_MAX = AUDIO_USAGE_CNT - 1, |