<p><br>
><br>
> > Since alc282 has a separate dmic  , this mean the driver need to use<br>
> > dynamic ADC switching if your laptop internal Mic use dmic instead of<br>
> > switching input sources with the audio mixer as selector<br>
><br>
> I don't quite understand what you are saying here.</p>
<p>Pin complex 0x12 is directly connected to audio input 0x11.<br></p>
<p>Driver  switch between audio inputs node 0x11 and node 0x08 for internal mic jack and external Mic jack <br><br><br></p>
<p>The driver need to bind the amp in of node 0x11 and 0x08 to create the capture volume control when two  Mic jacks connected to audio input node 0x08 through node 0x23</p>
<p> I: [alsa-source-ALC282 Analog] alsa-source.c: Hardware volume ranges<br>
> from -17,25 dB to 30,00 dB.<br>
> I: [alsa-source-ALC282 Analog] alsa-source.c: Fixing base volume to<br>
> -30,00 dB<br>
></p>
<p>> I: [alsa-source-ALC282 Analog] alsa-source.c: Hardware volume ranges<br>
> from -17,25 dB to 66,00 dB.</p>
<p>> I: [alsa-source-ALC282 Analog] alsa-source.c: Fixing base volume to<br>
> -66,00 dB<br>
><br>
> <br>
><br>
> > > => There is no "smooth" volume control above 25%.<br>
> > > The graphical volume controls don't reflect this;<br>
> ><br>
> > alsamixer -c0 cannot reflect the change on pulseaudio software<br>
> > volume ?<br>
><br>
> If the described effect occurs, I can see with alsamixer that the real<br>
> volume is jumping up and down. The volume displayed by "pactl list<br>
> sources" (and likewise by the sliders e.g. in the GNOME volume control<br>
> widget) is not the real but the user-set value.</p>
<p>alsamixer -D pulse</p>
<p>The color or percentage does not reflect the hw capture volume / boost</p>
<p>><br>
> Here is how PA, Capture, and Boost volume, in dB, correlate in the error<br>
> case (i.e. if "Capture" is listed before the relevant "Mic Boost" in the<br>
> path conf file, the current PA default). PA volumes are obtained using<br>
> "pactl list sources", Capture/Boost values using "amixer -c1 get<br>
> <scontrol>":<br>
><br>
> PA(%)   PA(dB)  Captu   Boost   Capture+Boost-66dB<br>
> 121%    5.00    30.00   36.00   0.000000<br>
> 100%    0.00    30.00   24.00   -12.000000<br><br></p>
<p>><br>
> In contrast, if I list "Mic Boost" before "Capture" in the path conf<br>
> file, it looks like this:<br>
> PA(%)   PA(dB)  Captu   Boost   Capture+Boost-dB<br>
> 121%    5.00    30.00   36.00   0.000000<br>
> 100%    0.00    29.25   36.00   -0.750000</p>
<p>If base volume is -66dB , why maximum volume and boost is 121%?</p>
<p>Seem total hardware gain exceed pulseaudio limit on maximum gain<br>
</p>