summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_webrtc_audio__processor.cc
blob: b3098b79caa4d88437b678e0860b51e632d0132d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/webrtc/audio_processor.cc.orig	2025-05-05 10:57:53 UTC
+++ media/webrtc/audio_processor.cc
@@ -509,7 +509,7 @@ std::optional<double> AudioProcessor::ProcessData(
   // controller.
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
   DCHECK_LE(volume, 1.0);
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_OPENBSD)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // We have a special situation on Linux where the microphone volume can be
   // "higher than maximum". The input volume slider in the sound preference
   // allows the user to set a scaling that is higher than 100%. It means that