1 --- media/webrtc/audio_processor.cc.orig	2022-06-17 14:20:10 UTC
2 +++ media/webrtc/audio_processor.cc
3 @@ -473,7 +473,7 @@ absl::optional<double> AudioProcessor::ProcessData(
4  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
5    DCHECK_LE(volume, 1.0);
6  #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || \
7 -    BUILDFLAG(IS_OPENBSD)
8 +    BUILDFLAG(IS_BSD)
9    // We have a special situation on Linux where the microphone volume can be
10    // "higher than maximum". The input volume slider in the sound preference
11    // allows the user to set a scaling that is higher than 100%. It means that
12