Searched defs:_emu10k_portc_t (Results 1 – 1 of 1) sorted by relevance
351 struct _emu10k_portc_t { struct352 emu10k_devc_t *devc;353 audio_engine_t *engine;356 void (*update_port)(emu10k_portc_t *);357 void (*reset_port)(emu10k_portc_t *);358 void (*stop_port)(emu10k_portc_t *);359 void (*start_port)(emu10k_portc_t *);361 int channels;363 boolean_t started;364 boolean_t active;[all …]