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

/external/qemu/audio/
H A Daudio_int.h71 typedef struct HWVoiceOut { struct
87 QLIST_ENTRY (HWVoiceOut) entries;
88 } HWVoiceOut; typedef in typeref:struct:HWVoiceOut
118 HWVoiceOut *hw;
156 int (*init_out)(HWVoiceOut *hw, struct audsettings *as);
157 void (*fini_out)(HWVoiceOut *hw);
158 int (*run_out) (HWVoiceOut *hw);
160 int (*ctl_out) (HWVoiceOut *hw, int cmd, ...);
176 HWVoiceOut hw;
197 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_ou
[all...]

Completed in 12 milliseconds