Comment 4 for bug 33736

Revision history for this message
Daniel T Chen (crimsun) wrote :

Use the following ~/.asoundrc:

pcm.!defaults
{
type plug
slave.pcm mixer
}

pcm.mixer
{
type dmix
ipc_key 1024
slave
{
pcm "hw:0,0"
period_time 0
}
}

ctl.mixer
{
type hw
card 0
}