ALSA: hda - Remove ignore_misc_bit
authorDavid Henningsson <david.henningsson@canonical.com>
Fri, 7 Sep 2012 05:25:44 +0000 (07:25 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Sep 2012 10:41:38 +0000 (12:41 +0200)
commit5fe8e1e6717c0ed40abff8be3a441d0e2eb47169
treef736e9ea99a691e0df5f169f36ae586fd19291f2
parenta8d372f171db9b90a64778fbcd9237c9bc256e06
ALSA: hda - Remove ignore_misc_bit

The purpose of this flag is unclear. If the problem is that some machines
have broken misc/NO_PRESENCE bits, they should be fixed by pin fixups.

In addition, this causes jack detection functionality to be flawed on
the M31EI, where there are two jacks without jack detection (which is
properly marked as NO_PRESENCE), but due to ignore_misc_bit, these
jacks are instead being reported as being present but always unplugged.

BugLink: https://bugs.launchpad.net/bugs/939161
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_jack.c