<p><br>
2012-10-16 下午5:49 於 "David Henningsson" <<a href="mailto:david.henningsson@canonical.com">david.henningsson@canonical.com</a>> 寫道:<br>
><br>
> The IDT/Sigmatel codec driver often creates a "Mic Jack Mode" for<br>
> every mic jack, so it can change functionality between Mic and Line In.<br>
><br>
> However, as the "Mic Jack" is the standard naming, our current solution<br>
> does not make the Line In port unavailable when nothing is plugged in.<br>
><br>
> This patch makes the "Line In" port not to be created just because there<br>
> is a "Mic Jack Mode" that could be set to "Line". This makes the behaviour<br>
> consistent with e g "Dock Mic Jack Mode", "Front Mic Jack Mode" etc, where<br>
> we don't create a "Dock Line" or "Dock Mic" port either.<br>
><br>
> Signed-off-by: David Henningsson <<a href="mailto:david.henningsson@canonical.com">david.henningsson@canonical.com</a>><br>
> ---<br>
>  .../alsa/mixer/paths/analog-input-linein.conf      |    1 -<br>
>  1 file changed, 1 deletion(-)<br>
><br>
> Note: One can wonder why this feature is implemented for the IDT codec<br>
> only, as the same logic would apply to other codecs as well.<br>
> Maybe someone wanted IDT to be special. However; it is not - there is a normal<br>
> "mic" icon (not a mic/line icon) on these jacks.<br>
><br>
> The other option would be to create a special path for this use case, and possibly<br>
> also add "Dock Line" / "Front Line" / "Rear Line" paths for consistency.<br>
> I'm ususally hestitant to removing existing functionality that could be useful,<br>
> but maybe this scenario adds more confusion than practical use? What do others think?<br><br><br></p>
<p>there are some dell notebook(e.g xps m1530) with two headphone jacks and mic jack which can support 5.1 </p>
<p><a href="http://support.dell.com/support/edocs/systems/xpsm1530/en/om/specs.htm">http://support.dell.com/support/edocs/systems/xpsm1530/en/om/specs.htm</a></p>
<p>the main problem is alsa driver don't know which headphone  is retasked as rear or center/lfe</p>
<p>mic jack can be retasked as line in or line out to support 5.1 , this require the disable of auto mic selection to use internal mic</p>
<p>Help configuring Surround Sound 5.1 and Internal Mic Ubuntu 11.04</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1761804">http://ubuntuforums.org/showthread.php?t=1761804</a><br>
</p>