K, I'm trying to get mixing to work, so I can play xmms and still get system sounds from gaim and such. I have a generic asoundrc setup already, but it does not seem to work. I can't select the dmix in XMMS to setup.

Code:
# ~/.asoundrc

pcm.dsp0 {
    type plug
    slave.pcm "dmix"
}

ctl.mixer0 {
    type hw
    card 0
}1
Has anyone else got mixing to work with this chipset? If so can they post how they did it as well as their asoundrc file?


Thank you