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.