[linux-audio-user] dMix Alsa plugin

Christian Henz chrhenz at gmx.de
Sun Oct 10 13:10:51 EDT 2004


On Sun, Oct 10, 2004 at 04:27:38PM +0200, Lorenzo wrote:
> Do any of you know how to setup a good ".asoundrc" configuration for via82cxx 
> card?
> 
> My distribution is Debian Sid, kernel 2.6.8, alsa v. 1.0.6
> 


This works for me:


pcm.!default {

        type plug
        slave.pcm "dmixer"
}

pcm.dmixer {

  type dmix
  ipc_key 1024

  slave {

    pcm "hw:0,0"
    period_time 0
    period_size 1024
    buffer_size 4096
    rate 48000
  }
}

ctl.dmixer {

  type hw
  card 0
}


cheers,
Christian

-- 
"Somewhere in Texas... a village is missing its idiot."




More information about the Linux-audio-user mailing list