Searched defs:maxch (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c683 int maxch; local
737 maxch = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
739 if (maxch < 2) {
740 maxch = 2;
743 statep->maxch = min(maxch, 6) & ~1;
746 if ((audio1575_alloc_port(statep, M1575_PLAY, statep->maxch) !=
H A Daudio1575.h390 uint8_t maxch; /* maximum channels */ member in struct:audio1575_state
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.c700 int maxch; local
862 maxch = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
864 if (maxch < 2) {
865 maxch = 2;
877 statep->maxch = (uint8_t)min(nch, maxch);
878 statep->maxch &= ~1;
881 if ((audio810_alloc_port(statep, I810_PCM_OUT, statep->maxch) !=
1500 switch (statep->maxch) {
1524 switch (statep->maxch) {
[all...]
H A Daudio810.h211 uint8_t maxch; member in struct:audio810_state
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.h310 int maxch; member in struct:cmpci_dev

Completed in 71 milliseconds