From: Brad Smith <brad@comstyle.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [PATCH] audio: Add sndio backend
Date: Sat, 13 Nov 2021 15:41:26 -0500 [thread overview]
Message-ID: <6cd26cf0-487d-ef8d-4126-eaf1ebefa8a5@comstyle.com> (raw)
In-Reply-To: <53345e90-747e-85f9-cfb4-f5e90da526f7@redhat.com>
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'?
>
> Paolo
I see what to do there now. When I first came across it I wasn't sure.
next prev parent reply other threads:[~2021-11-13 20:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-07 5:19 [PATCH] audio: Add sndio backend Brad Smith
2021-11-08 13:03 ` Christian Schoenebeck
2021-11-13 20:40 ` Brad Smith
2021-11-14 13:18 ` Christian Schoenebeck
2021-11-18 19:25 ` Brad Smith
2021-11-08 14:58 ` Paolo Bonzini
2021-11-09 21:53 ` Brad Smith
2021-11-13 11:38 ` Paolo Bonzini
2021-11-13 20:41 ` Brad Smith [this message]
2021-11-10 6:22 ` WANG Xuerui
2021-11-13 21:09 ` Brad Smith
2021-11-13 15:55 ` Volker Rümelin
2021-11-19 20:23 ` Volker Rümelin
2021-12-09 19:08 ` Volker Rümelin
-- strict thread matches above, loose matches on Subject: below --
2020-03-04 14:50 Brad Smith
2020-03-04 15:04 ` no-reply
2020-03-05 8:50 ` Gerd Hoffmann
2020-03-05 17:07 ` Brad Smith
2020-03-06 8:23 ` Gerd Hoffmann
2020-03-05 20:46 ` Eric Blake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6cd26cf0-487d-ef8d-4126-eaf1ebefa8a5@comstyle.com \
--to=brad@comstyle.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.