ALSA: Add snd_pci_quirk_lookup_id()
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2010 08:16:52 +0000 (09:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2010 08:18:48 +0000 (09:18 +0100)
commitd1458279bf9c575a52fd22818ca19c463f380aba
tree4e83317ce1a574111efc319e2bb7e75003cecaef
parent47e91348459901c30cc1bb4897e62ced21ca243a
ALSA: Add snd_pci_quirk_lookup_id()

Added a new function to look up a quirk entry with the given PCI SSID
instead of a pci device pointer.  This can be used when the searched ID
is overridden for debugging or such a purpose.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/core.h
sound/core/misc.c