summaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
diff options
context:
space:
mode:
authorJaroslav Kysela2010-02-16 11:25:03 +0100
committerJaroslav Kysela2010-02-16 11:25:03 +0100
commitb8f1f5983fbe751aa3d07d9ce7ebb0c23bf4b7e4 (patch)
treee9f11863f683a9f4eb03d76008740a36d6b4ff3c /include/sound/core.h
parentMerge branch 'fixes' into devel (diff)
parentALSA: Echoaudio - Add suspend support #2 (diff)
downloadkernel-qcow2-linux-b8f1f5983fbe751aa3d07d9ce7ebb0c23bf4b7e4.tar.gz
kernel-qcow2-linux-b8f1f5983fbe751aa3d07d9ce7ebb0c23bf4b7e4.tar.xz
kernel-qcow2-linux-b8f1f5983fbe751aa3d07d9ce7ebb0c23bf4b7e4.zip
Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into devel
Diffstat (limited to 'include/sound/core.h')
-rw-r--r--include/sound/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index a61499c22b0b..89e0ac17f44a 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -458,5 +458,8 @@ struct snd_pci_quirk {
const struct snd_pci_quirk *
snd_pci_quirk_lookup(struct pci_dev *pci, const struct snd_pci_quirk *list);
+const struct snd_pci_quirk *
+snd_pci_quirk_lookup_id(u16 vendor, u16 device,
+ const struct snd_pci_quirk *list);
#endif /* __SOUND_CORE_H */