The Debian big referenced suggested using ALSA over OSS, this bug is
related to favouring PA over ALSA.  The Debian issue was resolved with:

--- kvm-79+dfsg/debian/rules
+++ kvm-82+dfsg/debian/rules
@@ -141,7 +141,9 @@
 config.status: configure
        dh_testdir
        # Add here commands to configure the package.
-       ./configure --prefix=/usr
+       ./configure --prefix=/usr \
+                    --audio-drv-list="alsa oss sdl" \
+                    --audio-card-list="ac97 adlib cs4231a gus"
 
 
 build-arch: patch config.status build-arch-stamp


However, the current debian qemu-kvm package contains:
                    --audio-drv-list="alsa oss sdl pa" \
                    --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus hda" \


Neither of these configure options are set in debian/rules.  This probably 
requires further investigation.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in Ubuntu.
https://bugs.launchpad.net/bugs/393430

Title:
  kvm: use PulseAudio instead of ALSA

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/393430/+subscriptions

-- 
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to