Home
last modified time | relevance | path

Searched defs:audio_hw_if (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/
H A Daudio_if.h68 struct audio_hw_if { struct
69 int (*open)(void *, int); /* open hardware */
70 void (*close)(void *); /* close hardware */
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);
99 int (*halt_output)(void *);
100 int (*halt_input)(void *);
106 int (*set_port)(void *, struct mixer_ctrl *);
[all …]