Home
last modified time | relevance | path

Searched refs:audio_format_from_str (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/audio/common/
H A Daudio.c75 audio_format_from_str(char *str) in audio_format_from_str() function
H A Dlibaudio.h37 int audio_format_from_str (char *);
/netbsd-src/usr.bin/audio/record/
H A Drecord.c120 ti.format = audio_format_from_str(optarg); in main()