Audio V4: Add missing parameter keys
Those keys were used as literal strings instead of having a declaration. Bug: 38184704 Test: compile Change-Id: I45709a4a9120e98014d2a4f763fc17f9ef1267ac Signed-off-by: Kevin Rocard <krocard@google.com>
This commit is contained in:
parent
1df8a0039f
commit
6bc9933e68
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue