ALSA: hda - Disable broken mic auto-muting in Realtek codes
authorTakashi Iwai <tiwai@suse.de>
Fri, 31 Oct 2008 13:18:24 +0000 (14:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 31 Oct 2008 16:21:08 +0000 (17:21 +0100)
commit4605b718e8b8f0dd3d811ddf90f630fd0835b7bf
tree6e8c8712415387cac7bc23e7837bdaaca68c81c0
parent0cbf00980f0fc4cc064a15ab3dfce19b5fae9130
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 <tiwai@suse.de>
sound/pci/hda/patch_realtek.c