Home
last modified time | relevance | path

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

/sound/pci/
Dbt87x.c765 } denylist[] = { variable
791 for (i = 0; i < ARRAY_SIZE(denylist); ++i) in snd_bt87x_detect_card()
792 if (denylist[i].subvendor == pci->subsystem_vendor && in snd_bt87x_detect_card()
793 denylist[i].subdevice == pci->subsystem_device) { in snd_bt87x_detect_card()