Home
last modified time | relevance | path

Searched refs:SND_PCI_QUIRK_ID (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/
H A Dens1370.c1587 SND_PCI_QUIRK_ID(0x1274, 0x2000), /* GA-7DXR */
1588 SND_PCI_QUIRK_ID(0x1458, 0xa000), /* GA-8IEXP */
1913 SND_PCI_QUIRK_ID(0x107b, 0x2150), /* Gateway Solo 2150 */
1914 SND_PCI_QUIRK_ID(0x13bd, 0x100c), /* EV1938 on Mebius PC-MJ100V */
1915 SND_PCI_QUIRK_ID(0x1102, 0x5938), /* Targa Xtender300 */
1916 SND_PCI_QUIRK_ID(0x1102, 0x8938), /* IPC Topnote G notebook */
H A Dmaestro3.c906 SND_PCI_QUIRK_ID(0x103c, 0x0010), /* HP OmniBook 6000 */
907 SND_PCI_QUIRK_ID(0x103c, 0x0011), /* HP OmniBook 500 */
/OK3568_Linux_fs/kernel/include/sound/
H A Dcore.h417 #define SND_PCI_QUIRK_ID(vend,dev) {_SND_PCI_QUIRK_ID(vend, dev)} macro