1--- src/3rdparty/chromium/media/media_options.gni.orig 2021-12-15 16:12:54 UTC 2+++ src/3rdparty/chromium/media/media_options.gni 3@@ -130,6 +130,9 @@ declare_args() { 4 # Enables runtime selection of ALSA library for audio. 5 use_alsa = false 6 7+ # Enable runtime selection of sndio(7) 8+ use_sndio = false 9+ 10 # Alsa should be used on non-Android, non-Mac POSIX systems. 11 # Alsa should be used on desktop Chromecast and audio-only Chromecast builds. 12 if (is_posix && !is_android && !is_mac && 13