ALSA: hda - Check pincap while parsing the configuration
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2013 07:45:33 +0000 (08:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2013 07:49:09 +0000 (08:49 +0100)
commit52fd5cbc9bef6a2e20bfbdae771498ef97c67b34
treeba12a8ae618f52bcc6f07c64e18a85cb79e1a6d2
parentae177c3fd0667df21b60bc8e031607de257e58e4
ALSA: hda - Check pincap while parsing the configuration

Sometimes (or rather often) BIOS sets the pin default configurations
obviously wrongly.  Looking through these failures, one common pattern
is to enable some dead pins that are usually marked as speaker pins.
In such a case, we can skip them if the pins don't have the output
capability.

In this patch, add a check for the valid pin cap bit for each parsed
pin, and filter out when it's invalid.

The fix was originally suggested by Raymond Yau.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c