qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] audio: Add sndio backend


From: Brad Smith
Subject: Re: [PATCH] audio: Add sndio backend
Date: Tue, 9 Nov 2021 16:53:47 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Thunderbird/95.0

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

[Prev in Thread] Current Thread [Next in Thread]