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

/netbsd-current/usr.bin/audio/ctl/
H A Dctl.c67 static int properties, fullduplex, rerror; variable
95 { "full_duplex", &fullduplex, UINT, 0 },
96 { "fullduplex", &fullduplex, UINT, 0 },
310 if (ioctl(fd, AUDIO_GETFD, &fullduplex) < 0)
448 if (p->valp == &fullduplex)
450 &fullduplex) < 0)
/netbsd-current/sys/dev/audio/
H A Daudio.c2336 bool fullduplex; local
2369 fullduplex = (sc->sc_props & AUDIO_PROP_FULLDUPLEX);
2377 if (fullduplex == false) {
2461 if (fullduplex) {

Completed in 183 milliseconds