On Sat, 2005-08-27 at 21:05 +0200, Loïc Minier wrote:
>         Hi,
> 
>  P. Oscar Boykin, Bert Vermeulen, and [ATR]Dj-Death: do you use dmix?
> 
>  If yes, please follow the suggestion of Paul van Tilburg at:
>     <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323447;msg=32>

Yup, that fixed it alright. Thanks for the tip!

>  If it helps, please send me:
>  - your borken ALSA dmix configuration

In attachment.

>  - your working ALSA dmix configuration

Copied the sample one, as described in the mail above.

>  - description of your ALSA hardware

It's an Ensoniq 5880 AudioPCI card, using the snd_ens1371 ALSA kernel
module.


-- 
Bert Vermeulen        [EMAIL PROTECTED]          email/sip/xmpp
Never underestimate the power of organized knuckle-dragging
pcm.!default {
        type plug
        slave.pcm "dmixer"
}

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

pcm.dmixer {
        type dmix
        ipc_key 1024
        slave {
                pcm "hw:0,0"
                period_time 0
                period_size 1024
                buffer_size 4096
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

ctl.dmixer {
        type hw
        card 0
}



Reply via email to