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

/external/qemu/audio/
H A Daudio_int.h91 typedef struct HWVoiceIn { struct
107 QLIST_ENTRY (HWVoiceIn) entries;
108 } HWVoiceIn; typedef in typeref:struct:HWVoiceIn
136 HWVoiceIn *hw;
164 int (*init_in) (HWVoiceIn *hw, struct audsettings *as);
165 void (*fini_in) (HWVoiceIn *hw);
166 int (*run_in) (HWVoiceIn *hw);
168 int (*ctl_in) (HWVoiceIn *hw, int cmd, ...);
196 QLIST_HEAD (hw_in_listhead, HWVoiceIn) hw_head_in;
222 int audio_pcm_hw_get_live_in (HWVoiceIn *h
[all...]

Completed in 41 milliseconds