Skip to content

Commit 71206c0

Browse files
afq984Chromeos LUCI
authored and
Chromeos LUCI
committed
Add missing break; in https://crrev.com/c/5524636
BUG=b:233174542 TEST=cras_tests control dump_audio_debug_info Change-Id: I1f2e85b3e7cbed113d0e66911f4d632e812ba337 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/5534465 Tested-by: [email protected] <[email protected]> Commit-Queue: Li-Yu Yu <[email protected]> Reviewed-by: Chih-Yang Hsia <[email protected]>
1 parent 6b990d8 commit 71206c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cras/src/server/cras_stream_apm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ static CRAS_STREAM_ACTIVE_AP_EFFECT get_active_ap_effects(
542542
// Beamforming is a variant of noise cancellation.
543543
effects |= CRAS_STREAM_ACTIVE_AP_EFFECT_NOISE_CANCELLATION;
544544
effects |= CRAS_STREAM_ACTIVE_AP_EFFECT_BEAMFORMING;
545+
break;
545546
case Overridden:
546547
effects |= CRAS_STREAM_ACTIVE_AP_EFFECT_PROCESSOR_OVERRIDDEN;
547548
break;

0 commit comments

Comments
 (0)