summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-12-10 22:20:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-10 22:20:09 +0000
commit4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e (patch)
treebbb3362fce8135c6eeab89aff091d1c6517ea930 /include
parentf6a9309b94510b9f4d80f0c48938d0b62f7aff8d (diff)
parent4fca59181c838b91572d1b57cb74b26d0a70528f (diff)
downloadsystem_core-4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e.zip
system_core-4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e.tar.gz
system_core-4108bccbe811eff94cbf12a45fbfc3c6c6d8b62e.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/audio.h b/include/system/audio.h
index 2749ce0..181a171 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,