jschellhaass wrote: > Does anyone know what format the registry settings should take for DeviceCTLn and DevicePCMn? The wiki isn't real clear on what format they should in, i.e, should it be an actual device (/dev/snd/controlC1 and /dev/snd/pcmc1d0p) or in some other form. > > I am trying to direct the output of wine to a second sound card. They should be alsa device names. You probably want something like this: Code: "AutoScanCards"="no" "DeviceCount"="1" "DeviceCTL1"="hw:2" "DevicePCM1"="hw:2"