irishdunn wrote: > Then how can I select my /dev/dsp1 (Plantronics USB) as the default device for wine? Code: export AUDIODEV=/dev/dsp1 wine app.exe That's if you really want to use OSS device. Of course you'll need to select OSS in winecfg.
irishdunn wrote: > Then how can I select my /dev/dsp1 (Plantronics USB) as the default device for wine? Code: export AUDIODEV=/dev/dsp1 wine app.exe That's if you really want to use OSS device. Of course you'll need to select OSS in winecfg.