summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/audio_hal_interface/aidl/codec_status_aidl.cc4
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