diff options
author | Treehugger Robot <android-build-prod@system.gserviceaccount.com> | 2022-03-30 19:44:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-03-30 19:44:51 +0000 |
commit | 6fa2bea006b362a285f744f65f15b5902e55797a (patch) | |
tree | e2fbdc127a35d666cd8acff55ccfbdc57c63554b | |
parent | c7f7485e07eae93598ccfec717e3df08bac375d7 (diff) | |
parent | defac8ee01045025d871f3efd2df4ae3ff47d63f (diff) |
Merge "Skip updating value added A2DP offload codecs to MM audio over AIDL" into t-keystone-qcom-dev
-rw-r--r-- | system/audio_hal_interface/aidl/codec_status_aidl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/audio_hal_interface/aidl/codec_status_aidl.cc b/system/audio_hal_interface/aidl/codec_status_aidl.cc index 6e63fb3929..a59b841d6a 100644 --- a/system/audio_hal_interface/aidl/codec_status_aidl.cc +++ b/system/audio_hal_interface/aidl/codec_status_aidl.cc @@ -489,7 +489,7 @@ bool UpdateOffloadingCapabilities( default: LOG(ERROR) << __func__ << ": Unknown codec_type=" << preference.codec_type; - return false; + break; } } offloading_preference.clear(); @@ -575,4 +575,4 @@ bool IsCodecOffloadingEnabled(const CodecConfiguration& codec_config) { } // namespace codec } // namespace aidl } // namespace audio -} // namespace bluetooth
\ No newline at end of file +} // namespace bluetooth |