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

/netbsd-current/usr.bin/audio/record/
H A Drecord.c94 const char *defdevice = _PATH_SOUND; local
235 device = defdevice;
238 if (audiofd < 0 && device == defdevice) {
/netbsd-current/usr.bin/audio/play/
H A Dplay.c88 const char *defdevice = _PATH_SOUND; local
178 device = defdevice;
182 if (audiofd < 0 && device == defdevice) {

Completed in 142 milliseconds