Re: [linux-audio-user] dMix Alsa plugin

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] dMix Alsa plugin
From: Christian Henz (chrhenz_AT_gmx.de)
Date: Sun Oct 10 2004 - 20:10:51 EEST


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."


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Oct 10 2004 - 20:17:16 EEST