Comment 23 for bug 1171435

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

$ amixer -c 0 cset name='Mic Select' 'Front Mic'
amixer: Cannot find the given element from control hw:0

I found Mic Select only in /usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf . If this is a correct file, then there are this lines:

;;; Some AC'97s have "Mic Select" and "Mic Boost (+20dB)"

[Element Mic Select]
enumeration = select

[Option Mic Select:Mic1]
name = input-microphone
priority = 20

[Option Mic Select:Mic2]
name = input-microphone
priority = 19

Added:

[Element Mic Source]
enumeration = select

[Option Mic Source:Mic1]
name = input-microphone
priority = 20

[Option Mic Source:Mic2]
name = input-microphone
priority = 19

It didn't change anything after PulseAudio restart. I'm doing it right?