summaryrefslogtreecommitdiffstats
path: root/include/system
diff options
context:
space:
mode:
authorTerry Heo <terryheo@google.com>2014-07-09 02:47:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-02 19:52:36 +0000
commita916e260db1e6c2c20fe0451ffe380f5e19af818 (patch)
tree6beed2854d78be6e3c30c3e810905136ae0bf1ab /include/system
parent14253c1aab42e4e4ec4e68798c068436b4260288 (diff)
parentb63dd8a005ad3133915a949e6b31e81d51007688 (diff)
downloadsystem_core-a916e260db1e6c2c20fe0451ffe380f5e19af818.zip
system_core-a916e260db1e6c2c20fe0451ffe380f5e19af818.tar.gz
system_core-a916e260db1e6c2c20fe0451ffe380f5e19af818.tar.bz2
Merge "audio: add definition for new audio loopback input device"
Diffstat (limited to 'include/system')
-rw-r--r--include/system/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/system/audio.h b/include/system/audio.h
index c7cd109..8530efa 100644
--- a/include/system/audio.h
+++ b/include/system/audio.h
@@ -499,6 +499,7 @@ enum {
/* S/PDIF in */
AUDIO_DEVICE_IN_SPDIF = AUDIO_DEVICE_BIT_IN | 0x10000,
AUDIO_DEVICE_IN_BLUETOOTH_A2DP = AUDIO_DEVICE_BIT_IN | 0x20000,
+ AUDIO_DEVICE_IN_LOOPBACK = AUDIO_DEVICE_BIT_IN | 0x40000,
AUDIO_DEVICE_IN_DEFAULT = AUDIO_DEVICE_BIT_IN | AUDIO_DEVICE_BIT_DEFAULT,
AUDIO_DEVICE_IN_ALL = (AUDIO_DEVICE_IN_COMMUNICATION |
@@ -519,6 +520,7 @@ enum {
AUDIO_DEVICE_IN_LINE |
AUDIO_DEVICE_IN_SPDIF |
AUDIO_DEVICE_IN_BLUETOOTH_A2DP |
+ AUDIO_DEVICE_IN_LOOPBACK |
AUDIO_DEVICE_IN_DEFAULT),
AUDIO_DEVICE_IN_ALL_SCO = AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET,
AUDIO_DEVICE_IN_ALL_USB = (AUDIO_DEVICE_IN_USB_ACCESSORY |