Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/
H A Dbt87x.c804 } denylist[] = { variable
820 /* return the id of the card, or a negative value if it's on the denylist */
830 for (i = 0; i < ARRAY_SIZE(denylist); ++i) in snd_bt87x_detect_card()
831 if (denylist[i].subvendor == pci->subsystem_vendor && in snd_bt87x_detect_card()
832 denylist[i].subdevice == pci->subsystem_device) { in snd_bt87x_detect_card()
/kernel/linux/linux-6.6/sound/pci/
H A Dbt87x.c765 } denylist[] = { variable
781 /* return the id of the card, or a negative value if it's on the denylist */
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()

Completed in 7 milliseconds