So meine Sounddevices sehen wie folgt aus:

cat /proc/asound/cards
0 [CMI8738MC6 ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6
C-Media PCI CMI8738-MC6 (model 55) at 0xd800, irq 10
1 [Live ]: EMU10K1 - SBLive! Value [CT4670]
SBLive! Value [CT4670] (rev.4, serial:0x201102) at 0xb800, irq 9
Jetzt habe ich das Problem, dass ich unter Spielen bei Wine keinen Sound habe, ich habe herausgefunden, dass es wohl an dmix liegt.

Ich habe mir aus dem ubuntu wiki eine conf kopiert.. ab da stimmt gewiss die Kartenbelegung nicht.. meine Soundkarte ist ja auf hw 1 oder?

pcm.card0 {
type hw
card 0
}

pcm.!default {
type plug
slave.pcm "dmixer"
}

pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm "hw:0,0"
period_time 0
period_size 2048
buffer_size 32768
rate 48000
}
bindings {
0 0
1 1
}
}