From 1a4ea1e34d94acd82ee316a0427d9e82cf37b806 Mon Sep 17 00:00:00 2001 From: Michael S. Tsirkin Date: Tue, 13 Oct 2009 16:08:55 +0200 Subject: qemu: allow pulseaudio to be the default We're seeing various issues with the SDL audio backend and want to switch to the pulseaudio backend. See e.g. https://bugzilla.redhat.com/495964 https://bugzilla.redhat.com/519540 https://bugzilla.redhat.com/496627 The pulseaudio backend seems to work well, so we should allow it to be selected as the default. Signed-off-by: Mark McLoughlin Signed-off-by: Michael S. Tsirkin Signed-off-by: malc --- audio/paaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/paaudio.c b/audio/paaudio.c index 18292eb1e6..9118ece40c 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -519,7 +519,7 @@ struct audio_driver pa_audio_driver = { .init = qpa_audio_init, .fini = qpa_audio_fini, .pcm_ops = &qpa_pcm_ops, - .can_be_default = 0, + .can_be_default = 1, .max_voices_out = INT_MAX, .max_voices_in = INT_MAX, .voice_size_out = sizeof (PAVoiceOut), -- cgit v1.2.3-55-g7522