You are not logged in.

#1 2015-09-22 18:13:16

ArgentWarrior
Member
Registered: 2015-04-16
Posts: 19

Microphone not working with alsaequal

Hi,

I have alsaequal set up in my .asoundrc. Basically I just copied it from the wiki. But I noticed that my microphone won't work if dmix is in use. I need dmix because I'm on Intel hardware. Is there a way to have dmix enabled but still use my microphone? Here's my .asoundrc:

ctl.equal {
    type equal;
}

pcm.plugequal {
    type equal;
    slave.pcm "plughw:0,0";
    slave.pcm "plug:dmix";
}

pcm.!default {
    type plug;
    slave.pcm plugequal;
}

Thanks in advance for helping a noob.

Offline

Board footer

Powered by FluxBB