From: Takashi Iwai Date: Fri, 31 Oct 2008 13:18:24 +0000 (+0100) Subject: ALSA: hda - Disable broken mic auto-muting in Realtek codes X-Git-Tag: v2.6.28-rc4~92^2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4605b718e8b8f0dd3d811ddf90f630fd0835b7bf;p=pandora-kernel.git ALSA: hda - Disable broken mic auto-muting in Realtek codes The recent addition of automatic mic-muting is broken in some cases. The code assumes that the pin nids <= 0x18, but the digital pins can be less than 0x18. Also, it assumes the front-mic being the internal mic, but it depends on the hardware implementation actually. Instead of complex case-fixes, better to disable the code as now. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed