summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2019-03-19 18:21:24 -0700
committerEric Laurent <elaurent@google.com>2019-03-20 15:58:38 -0700
commit872ace84c6364318adb3099f4b775d2b6cf909a2 (patch)
tree24beec936411209b2c1525830c4f596e03b256a8 /audio
parentb3e29358cf18e9dbd34f89ab59962299d862086f (diff)
downloadandroid_hardware_interfaces-872ace84c6364318adb3099f4b775d2b6cf909a2.tar.gz
android_hardware_interfaces-872ace84c6364318adb3099f4b775d2b6cf909a2.tar.bz2
android_hardware_interfaces-872ace84c6364318adb3099f4b775d2b6cf909a2.zip
audio HAL: restore HOTWORD audio source
HOTWORD audio source was removed from HAL V4.0 by mistake. Bug: 129001649 Test: make Change-Id: I664eb6ca2a6c30bc6f48a752cb7300aac6c4294b
Diffstat (limited to 'audio')
-rw-r--r--audio/common/5.0/types.hal1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/common/5.0/types.hal b/audio/common/5.0/types.hal
index 0cbf35ee5..e1279ee64 100644
--- a/audio/common/5.0/types.hal
+++ b/audio/common/5.0/types.hal
@@ -146,6 +146,7 @@ enum AudioSource : int32_t {
*/
ECHO_REFERENCE = 1997,
FM_TUNER = 1998,
+ HOTWORD = 1999,
};
typedef int32_t AudioSession;