summaryrefslogtreecommitdiffstats
path: root/include/hardware
diff options
context:
space:
mode:
authorPreetam Singh Ranawat <apranawat@codeaurora.org>2012-08-31 13:08:04 +0530
committerSteve Kondik <shade@chemlab.org>2012-09-11 19:41:24 -0700
commit3505792c5081f1205d8a63b5ff122f3c48a3d36c (patch)
treea9d3e006ad06c31c9c52a0bb6cf4ccfad6f5e59d /include/hardware
parent799ca87a37f16c1e358cac85fb29b1e440208e6a (diff)
downloadhardware_libhardware-3505792c5081f1205d8a63b5ff122f3c48a3d36c.zip
hardware_libhardware-3505792c5081f1205d8a63b5ff122f3c48a3d36c.tar.gz
hardware_libhardware-3505792c5081f1205d8a63b5ff122f3c48a3d36c.tar.bz2
hardware/libhardware: Added string for handle a2dp device
Change-Id: I6fd7a360507014ddc2014b0863795688b9504ff0
Diffstat (limited to 'include/hardware')
-rw-r--r--include/hardware/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware/audio.h b/include/hardware/audio.h
index f376478..b8f3512 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -129,6 +129,8 @@ __BEGIN_DECLS
/* Query if surround sound recording is supported */
#define AUDIO_PARAMETER_KEY_SSR "ssr"
+/* Query if a2dp is supported */
+#define AUDIO_PARAMETER_KEY_HANDLE_A2DP_DEVICE "isA2dpDeviceSupported"
/**************************************/
/* common audio stream configuration parameters */