You are not logged in.
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