qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ossaudio: do not enable by default
@ 2013-11-03 16:45 Anthony Liguori
  2013-11-03 17:12 ` Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Anthony Liguori @ 2013-11-03 16:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Faerber, Anthony Liguori

Modern Linux's no longer support /dev/dsp so enabling it by
default causes audio failures on newer Linux distros.

Signed-off-by: Anthony Liguori <aliguori@amazon.com>
---
 audio/ossaudio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/ossaudio.c b/audio/ossaudio.c
index 007c641..3e04a58 100644
--- a/audio/ossaudio.c
+++ b/audio/ossaudio.c
@@ -932,7 +932,7 @@ struct audio_driver oss_audio_driver = {
     .init           = oss_audio_init,
     .fini           = oss_audio_fini,
     .pcm_ops        = &oss_pcm_ops,
-    .can_be_default = 1,
+    .can_be_default = 0,
     .max_voices_out = INT_MAX,
     .max_voices_in  = INT_MAX,
     .voice_size_out = sizeof (OSSVoiceOut),
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-11-07 11:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-03 16:45 [Qemu-devel] [PATCH] ossaudio: do not enable by default Anthony Liguori
2013-11-03 17:12 ` Andreas Färber
2013-11-03 17:47   ` Anthony Liguori
2013-11-04  9:49 ` Gerd Hoffmann
2013-11-05 19:57   ` Anthony Liguori
2013-11-05 20:18     ` Peter Maydell
2013-11-05 20:34     ` Peter Maydell
2013-11-06  9:18       ` Gerd Hoffmann
2013-11-06 10:48         ` Peter Maydell
2013-11-06 11:15           ` Gerd Hoffmann
2013-11-06 14:54             ` Anthony Liguori
2013-11-06 15:00               ` Peter Maydell
2013-11-06 15:20                 ` Gerd Hoffmann
2013-11-06 17:01                   ` Anthony Liguori
2013-11-07 11:33                     ` Gerd Hoffmann
2013-11-04 11:06 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).