Searched defs:audio_hw_if (Results 1 – 1 of 1) sorted by relevance
68 struct audio_hw_if { struct69 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 …]