]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup()
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Sep 2012 14:42:18 +0000 (16:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Sep 2012 14:42:18 +0000 (16:42 +0200)
commit24b95f250873151978adc9070da0c9c6ab78c434
treec65cdc50833cc12e2d95b28a761848a5dfbd73c7
parentaad1bffd84ca451f57f9f15da90ddaf295a4267d
ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup()

snd_hda_pick_fixup() didn't check the case where the device mask bits
are set, typically used for SND_PCI_QUIRK_VENDOR() entries.  Fix this.

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