Home
last modified time | relevance | path

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

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