summaryrefslogtreecommitdiffstats
path: root/include/hardware/audio.h
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2014-08-20 16:50:25 -0700
committerPaul McLean <pmclean@google.com>2014-08-28 07:59:03 -0700
commit2c6196f20c2ca25f6e7f8e0f752c2cbc00113538 (patch)
tree3b83224400d36d9e89ce87a4f4456d98b86d2af7 /include/hardware/audio.h
parent6edd4d605f1c4a5b53d18382ff01c24225e94b01 (diff)
downloadhardware_libhardware-2c6196f20c2ca25f6e7f8e0f752c2cbc00113538.zip
hardware_libhardware-2c6196f20c2ca25f6e7f8e0f752c2cbc00113538.tar.gz
hardware_libhardware-2c6196f20c2ca25f6e7f8e0f752c2cbc00113538.tar.bz2
Fix problem with dropouts with multiple USB audio streams.
Bug 17136569 Change-Id: I94bdbe037533a3fd77f249fdd42f4d828d3bf87f
Diffstat (limited to 'include/hardware/audio.h')
-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 59fb9a3..763ca58 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -124,6 +124,8 @@ __BEGIN_DECLS
#define AUDIO_PARAMETER_STREAM_INPUT_SOURCE "input_source" /* audio_source_t */
#define AUDIO_PARAMETER_STREAM_SAMPLING_RATE "sampling_rate" /* uint32_t */
+#define AUDIO_PARAMETER_DEVICE_DISCONNECT "disconnect" /* audio_devices_t */
+
/* Query supported formats. The response is a '|' separated list of strings from
* audio_format_t enum e.g: "sup_formats=AUDIO_FORMAT_PCM_16_BIT" */
#define AUDIO_PARAMETER_STREAM_SUP_FORMATS "sup_formats"