Searched defs:HWVoiceOut (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h82 typedef struct HWVoiceOut { struct
98 LIST_ENTRY (HWVoiceOut) entries;
99 } HWVoiceOut; typedef in typeref:struct:HWVoiceOut
129 HWVoiceOut *hw;
167 int (*init_out)(HWVoiceOut *hw, audsettings_t *as);
168 void (*fini_out)(HWVoiceOut *hw);
169 int (*run_out) (HWVoiceOut *hw);
171 int (*ctl_out) (HWVoiceOut *hw, int cmd, ...);
187 HWVoiceOut hw;
206 LIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_ou
[all...]

Completed in 33 milliseconds