qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [WIN32] audio


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

Le Tue, 12 Oct 2004 23:28:40 -0300, André Braga a écrit :

> On Wed, 13 Oct 2004 03:57:26 +0200, Ronald <address@hidden> wrote:
>> Tried with current cvs + Johannes patch applied, windows guest, I can
>> hear the startup sound.
> 
> I don't have a win98 image to try it out, but I can say that my Knoppix
> image won't even detect the audio hardware (ALSA drivers)...
> 
> Any pointers?

Unfortunately, I don't have any image with alsa drivers, the two I have
(slackware and dsl) recognize the card with modprobe sb.
Just to be sure, that's how looks the part of my pc.c after
that small modification:

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

I have put my binary here if you want to try:
http://daimon55.free.fr/qemu.zip
sha1sum 5791f140d74ba4e3585dede3634f63e5e8291be2  qemu.zip





reply via email to

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