]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66b150db657b08629b686b0f4acb0e1f2561d584
treef736e9ea99a691e0df5f169f36ae586fd19291f2
parent2701a4c7569c5095037d54f273d287e72b269320
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