Sound is working with the alsa dmix plugin and various applications but 
i have no idea how to setup 5.1.

speaker-test only works for both front channels, nothing more!

Here is my .asoundrc:

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

pcm.usb-audio {
  type hw
  card 1
}

ctl.usb-audio {
  type hw
  card 1
}

pcm.dmixer  {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:1,0"
        period_time 0
        period_size 1024
        buffer_time 0
        buffer_size 4096
        rate 48000
        channels 6
    }
}

ctl.dmixer {
    type hw
    card 1
}


Any help would be highly appreciated!

Frank
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to