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

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c65 } hdac_quirks_tab[] = { variable in typeref:struct:__anon1
265 for (k = 0; len > inv && k < nitems(hdac_quirks_tab); k++) {
267 hdac_quirks_tab[k].key, len - inv) != 0)
269 if (len - inv != strlen(hdac_quirks_tab[k].key))
273 hdac_quirks_tab[k].key);
276 *on |= hdac_quirks_tab[k].value;
277 *on &= ~hdac_quirks_tab[k].value;
279 *off |= hdac_quirks_tab[k].value;
280 *off &= ~hdac_quirks_tab[k].value;

Completed in 72 milliseconds