I've been working to debug one users problem with an i810 card. (n wodOpen() we try to set the format of the audio, 16 or 8bit. I believe the i810 only supports 16bit so we return MMSYS_ERR. I *think* we should be returning WAVERR_BADFORMAT instead so wine can try another format that may work. At least thats what I did with the jack driver for sample rates and formats that don't match the server as the jack server doesn't perform any of that conversion.
Perhaps you want to return the same thing in your case?
Chris
From: Mike Hearn mike@navi.cx Date: 2004/03/25 Thu PM 03:05:32 EST To: wine-devel@winehq.com Subject: ALSA on i810 audio
Hi,
I'd like to improve the ALSA driver to work properly on my i810 soundcard. At the moment it just gives errors about not being able to resample.
Eric - did you have any plans for the driver? Do you know of any problems? I already fixed one thing, the default pcm should be "default" not "hw"
thanks -mike