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

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c242 } matrixes[] = { variable in typeref:struct:matrix
351 for (i = 0; i < sizeof(matrixes) / sizeof(struct matrix); i++) {
352 if (as->pinset != 0 && matrixes[i].analog == 0)
354 if ((matrixes[i].m.mask & ~channels) == 0) {
355 total = matrixes[i].m.channels;
356 sub = matrixes[i].m.ext;

Completed in 545 milliseconds