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

/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h101 typedef struct HWVoiceIn { struct
116 LIST_ENTRY (HWVoiceIn) entries;
117 } HWVoiceIn; typedef in typeref:struct:HWVoiceIn
145 HWVoiceIn *hw;
173 int (*init_in) (HWVoiceIn *hw, audsettings_t *as);
174 void (*fini_in) (HWVoiceIn *hw);
175 int (*run_in) (HWVoiceIn *hw);
177 int (*ctl_in) (HWVoiceIn *hw, int cmd, ...);
205 LIST_HEAD (hw_in_listhead, HWVoiceIn) hw_head_in;
236 int audio_pcm_hw_get_live_in (HWVoiceIn *h
[all...]

Completed in 45 milliseconds