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