Comment 29 for bug 1171435

Revision history for this message
David Henningsson (diwic) wrote : Re: [AV200 - Xonar STX, recording] Microphone is not working on frontpanel

Could you try the following:

Edit this file:
 /usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf

And add these lines:

[Element Mic Source]
enumeration = select

[Option Mic Source:Front Mic]
name = analog-input-microphone-front
required-any = any

Then edit this file:
/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf

And add these lines:

[Element Mic Source]
enumeration = select

[Option Mic Source:Mic Jack]
name = analog-input-microphone
required-any = any

Now reboot your computer (or restart PulseAudio).

You should now have a "Front Microphone" representing the front panel mic and a "Microphone" representing the other mic jack (wherever that is, probably on the rear).

I'm also attaching a patch which can be upstreamed once you confirm that this is actually working. Thanks!