summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-07 08:27:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-07 08:27:26 +0000
commita687d09002bc038e99958028aeda0fade43dc070 (patch)
treec8b505dcd045c597f9e3c0e16994e036463ec7c8
parenta1831be69faa2e5016fd24bf91b97f757ecaf1e3 (diff)
parent762407ccc3628934ec722a4d426e81dd6f544674 (diff)
downloadlibhardware-a687d09002bc038e99958028aeda0fade43dc070.tar.gz
Snap for 4638586 from 762407ccc3628934ec722a4d426e81dd6f544674 to pi-release
Change-Id: Iee9834df79e42136fe7c42e06323de693af92f6e
-rw-r--r--include/hardware/audio.h11
-rw-r--r--modules/sensors/OWNERS4
2 files changed, 13 insertions, 2 deletions
diff --git a/include/hardware/audio.h b/include/hardware/audio.h
index 2d6eb309..53808dd5 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -91,6 +91,17 @@ __BEGIN_DECLS
/* Bluetooth SCO wideband */
#define AUDIO_PARAMETER_KEY_BT_SCO_WB "bt_wbs"
+/* BT SCO headset name for debug */
+#define AUDIO_PARAMETER_KEY_BT_SCO_HEADSET_NAME "bt_headset_name"
+
+/* BT SCO HFP control */
+#define AUDIO_PARAMETER_KEY_HFP_ENABLE "hfp_enable"
+#define AUDIO_PARAMETER_KEY_HFP_SET_SAMPLING_RATE "hfp_set_sampling_rate"
+#define AUDIO_PARAMETER_KEY_HFP_VOLUME "hfp_volume"
+
+/* Set screen orientation */
+#define AUDIO_PARAMETER_KEY_ROTATION "rotation"
+
/**
* audio stream parameters
*/
diff --git a/modules/sensors/OWNERS b/modules/sensors/OWNERS
index 1af35067..d4393d6a 100644
--- a/modules/sensors/OWNERS
+++ b/modules/sensors/OWNERS
@@ -1,2 +1,2 @@
-pengxu@google.com
-ashutoshj@google.com
+arthuri@google.com
+bduddie@google.com