diff options
author | Pierre Bertolin <pierrex.bertolin@intel.com> | 2017-06-16 01:24:49 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-16 01:24:49 +0000 |
commit | 35b55199326b468d41b9eb385e64d9b68449709e (patch) | |
tree | 177118d524ed8503990ec4ac193e1a9143684e7c | |
parent | 3483a308d6dfa84e530daefbcf22a1a57fd2adc2 (diff) | |
parent | e7e59c5250a9b86c561e73762c0d4c89dcf4bb3d (diff) | |
download | platform_hardware_broadcom_libbt-35b55199326b468d41b9eb385e64d9b68449709e.tar.gz platform_hardware_broadcom_libbt-35b55199326b468d41b9eb385e64d9b68449709e.tar.bz2 platform_hardware_broadcom_libbt-35b55199326b468d41b9eb385e64d9b68449709e.zip |
bt: enable brcm a2dp offload for anthracite and spectralite am: dc4d7dfe00android-vts-8.0_r2android-vts-8.0_r1oreo-dev
am: e7e59c5250
Change-Id: I54d0e482938321d592020011378bd3c9c8867bac
-rw-r--r-- | include/vnd_anthracite.txt | 6 | ||||
-rw-r--r-- | include/vnd_spectralite.txt | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/include/vnd_anthracite.txt b/include/vnd_anthracite.txt index b0cd180..9c8eacd 100644 --- a/include/vnd_anthracite.txt +++ b/include/vnd_anthracite.txt @@ -7,4 +7,8 @@ BTVND_DBG = FALSE BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -BRCM_A2DP_OFFLOAD = FALSE +BRCM_A2DP_OFFLOAD = TRUE +BRCM_A2DP_OFFLOAD_SRC = AUDIO_ROUTE_SRC_I2S +BRCM_A2DP_OFFLOAD_SRC_SF = AUDIO_ROUTE_SF_48K +BRCM_A2DP_OFFLOAD_PCM_PIN_FCN = PCM_PIN_FCN_I2S_SLAVE +BRCM_A2DP_OFFLOAD_MAX_BITPOOL = 51 diff --git a/include/vnd_spectralite.txt b/include/vnd_spectralite.txt index b0cd180..9c8eacd 100644 --- a/include/vnd_spectralite.txt +++ b/include/vnd_spectralite.txt @@ -7,4 +7,8 @@ BTVND_DBG = FALSE BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -BRCM_A2DP_OFFLOAD = FALSE +BRCM_A2DP_OFFLOAD = TRUE +BRCM_A2DP_OFFLOAD_SRC = AUDIO_ROUTE_SRC_I2S +BRCM_A2DP_OFFLOAD_SRC_SF = AUDIO_ROUTE_SF_48K +BRCM_A2DP_OFFLOAD_PCM_PIN_FCN = PCM_PIN_FCN_I2S_SLAVE +BRCM_A2DP_OFFLOAD_MAX_BITPOOL = 51 |