dmix / alsa

Hi All,

This is the config file I use for alsa. You can either place it in ~/.asoundrc or /etc/asound.conf (depending on /usr/share/alsa/alsa.conf).

I'll explain this tonight..

pcm.playback {
type dmix
ipc_key 138
slave {
pcm "hw:0,0"
period_size 1024
buffer_size 8192
periods 8
period_time 0
rate 48000
}
bindings {
0 0
1 1
}
}
pcm.capture {
type dsnoop
ipc_key 137
slave {
pcm "hw:0,0"
period_size 1024
periods 128
period_time 0
}
bindings {
0 0
1 1
}
}
pcm.!default {
type asym
playback.pcm "plug:playback"
capture.pcm "capture"
}