Searched refs:hdacc_codecs (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c75 } hdacc_codecs[] = { variable in typeref:struct:__anon5227
431 for (i = 0; i < nitems(hdacc_codecs); i++) {
432 if (!HDA_DEV_MATCH(hdacc_codecs[i].id, id))
434 if (hdacc_codecs[i].revid != 0 &&
435 hdacc_codecs[i].revid != revid)
439 if (i < nitems(hdacc_codecs)) {
440 if ((hdacc_codecs[i].id & 0xffff) != 0xffff)
441 strlcpy(buf, hdacc_codecs[i].name, sizeof(buf));
444 hdacc_codecs[i].name, hda_get_device_id(dev));

Completed in 63 milliseconds