summary refs log tree commit diff
path: root/.clang-format
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2022-01-16 09:28:38 +0100
committerTakashi Iwai <tiwai@suse.de>2022-01-17 09:59:32 +0100
commit5576c4f24c56722a2d9fb9c447d896e5b312078b (patch)
treee52429348da86d27b460f56e07e29ddea4a1fc82 /.clang-format
parent5762f980ca10dcfe5eead7c40d1c34cae61f409b (diff)
downloadlinux-5576c4f24c56722a2d9fb9c447d896e5b312078b.tar.gz
ALSA: core: Fix SSID quirk lookup for subvendor=0
Some weird devices set the codec SSID vendor ID 0, and
snd_pci_quirk_lookup_id() loop aborts at the point although it should
still try matching with the SSID device ID.  This resulted in a
missing quirk for some old Macs.

Fix the loop termination condition to check both subvendor and
subdevice.

Fixes: 73355ddd8775 ("ALSA: hda: Code refactoring snd_hda_pick_fixup()")
Cc: <stable@vger.kernel.org>
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=215495
Link: https://lore.kernel.org/r/20220116082838.19382-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions