qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [WIN32] audio


From: Ronald
Subject: [Qemu-devel] [WIN32] audio
Date: Wed, 13 Oct 2004 03:57:26 +0200
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

Hi,

Just found out, after reading an old patch
(qemu-20040621-6_aqemu.patch.gz), that some #ifdef in hw/pc.c prevent qemu
for windows to have sound support.

The offending lines start at 557:

#ifndef _WIN32
    if (audio_enabled) {
         /*no audio supported yet for win32 */
        AUD_init();
        SB16_init();
    }
#endif

Tried with current cvs + Johannes patch applied, windows guest, I can hear
the startup sound.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]