Re: ALSA - Using dmyx/dsnoop/asym

Ove Kaaven <[email protected]> Sat, 12 Jun 2004 00:55:40 +0200
Newsgroups gmane.comp.emulators.winex.devel
Organization TransGaming Technologies Inc
Message-ID <1086994540.23529.52.camel@renegade>
fre, 11.06.2004 kl. 23.34 skrev Paul van Schayck:
> With my best knowledge I suspect winealsa is directly using hw:0,0 and 
> not !default. Maybe there should be a .config setting allowing to set 
> that.

Something like this?

[winealsa]
"pcm0" = "dmix"
"ctl0" = "default"
"UseMMap" = "N"

(the "ctl0" option is not available in the current CVS yet). You do need
to disable MMap if you aren't using "hw", because the ALSA plugins,
including plughw and dmix, are somewhat crappy and can't take any real
abuse from WineX. So in the interest of performance, "hw" is the default
output PCM.