Moin, i run wine under Gentoo Linux Kernel 2.6.36.X In my system i have an usb audio device ( Logitech Headset )and an onboard soundcard ( intel-hda ) as well as a X-FI soundcard (chip 20K1). I use alsa for the sound settings under linux. In the audio settings of wine, i only have the usb audio device for selection. Is there a way to use the wine registry for the default device ? Bodo
Bodo von Thadden wrote:> Is there a way to use the wine registry for the default device ?Yes, details here: http://source.winehq.org/source/dlls/winealsa.drv/waveinit.c#L944 You need to set: Code: AutoScanCards=no DeviceCount=1 DevicePCM1=default:1 DeviceCTL1=default:1 Last two (default:1) is just an example. Your values could be different.
Am Mittwoch, den 26.01.2011, 20:22 -0600 schrieb vitamin:> Bodo von Thadden wrote: > > Is there a way to use the wine registry for the default device ? > > Yes, details here: http://source.winehq.org/source/dlls/winealsa.drv/waveinit.c#L944 > You need to set: > > Code: > AutoScanCards=no > DeviceCount=1 > DevicePCM1=default:1 > DeviceCTL1=default:1 > > > Last two (default:1) is just an example. Your values could be different. >Thank you very much for the information. I will try it out. Bodo