On 11/8/2021 9:58 AM, Paolo Bonzini wrote:

On 11/7/21 06:19, Brad Smith wrote:
  if not get_option('spice_protocol').auto() or have_system
@@ -1301,6 +1306,7 @@ if have_system
      'oss': oss.found(),
      'pa': pulse.found(),
      'sdl': sdl.found(),
+    'sndio': sndio.found(),
    }
    foreach k, v: audio_drivers_available
      config_host_data.set('CONFIG_AUDIO_' + k.to_upper(), v)

Maybe you want to add sndio to the audio_drivers_priority array if targetos == 'openbsd'?

That part I was not 100% sure of.

Am I to understand with the current Meson code it will try to use PulseAudio instead of
ALSA on a Linux system unless overrriden?


Reply via email to