From ba3dbe764186539ceae3bee7c40be73f8d172e42 Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Mon, 4 Jul 2011 10:53:11 +0900 Subject: [PATCH] Change qemu windows audio driver to winwave (from dsound). It is easier to control, to debugging and has more compatibility... --- qemu_configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu_configure.sh b/qemu_configure.sh index 99d4373..25950d8 100755 --- a/qemu_configure.sh +++ b/qemu_configure.sh @@ -19,7 +19,7 @@ CYGWIN*) echo "checking for os... targetos $targetos" exec ./configure \ --target-list=i386-softmmu \ - --audio-drv-list=dsound \ + --audio-drv-list=winwave \ --audio-card-list=es1370 \ --enable-mixemu \ --disable-vnc-tls @@ -28,7 +28,7 @@ MINGW*) echo "checking for os... targetos $targetos" exec ./configure \ --target-list=i386-softmmu,arm-softmmu \ - --audio-drv-list=dsound \ + --audio-drv-list=winwave \ --audio-card-list=es1370 \ --enable-mixemu \ --disable-vnc-tls \ -- 2.7.4