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

/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c6575 char chans1[8], chans2[8]; local
6591 chans1[0] = 0;
6596 chans1, sizeof(chans1));
6604 if (chans1[0] != 0 || chans2[0] != 0) {
6605 if (chans1[0] == 0 && pdevinfo->playas >= 0)
6606 snprintf(chans1, sizeof(chans1), "2.0");
6609 if (strcmp(chans1, chans2) == 0)
6628 chans1[
[all...]

Completed in 140 milliseconds