Searched defs:audio_hw_if (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/ |
H A D | audio_if.h | 68 struct audio_hw_if { struct 69 int (*open)(void *, int); /* open hardware */ 70 void (*close)(void *); /* close hardware */ 78 int (*set_params)(void *, int, int, struct audio_params *, 82 int (*round_blocksize)(void *, int); 92 int (*commit_settings)(void *); 95 int (*init_output)(void *, void *, int); 96 int (*init_input)(void *, void *, int); 97 int (*start_output)(void *, void *, int, void (*)(void *), void *); 98 int (*start_input)(void *, void *, int, void (*)(void *), void *); [all …]
|