Snap for 4638586 from 762407ccc3628934ec722a4d426e81dd6f544674 to pi-release
Change-Id: Iee9834df79e42136fe7c42e06323de693af92f6e
diff --git a/include/hardware/audio.h b/include/hardware/audio.h
index 2d6eb30..53808dd 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -91,6 +91,17 @@
/* 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 1af3506..d4393d6 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