Searched refs:fullduplex (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/usr.bin/audio/ctl/ |
| H A D | ctl.c | 67 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) in getinfo() 448 if (p->valp == &fullduplex) in audioctl_write() 450 &fullduplex) < 0) in audioctl_write()
|
| /netbsd-src/sys/dev/audio/ |
| H A D | audio.c | 2336 bool fullduplex; in audio_open() local 2369 fullduplex = (sc->sc_props & AUDIO_PROP_FULLDUPLEX); in audio_open() 2377 if (fullduplex == false) { in audio_open() 2461 if (fullduplex) { in audio_open()
|