Home | History | Annotate | Download | only in audio

Lines Matching refs:HWVoiceIn

91 typedef struct HWVoiceIn {
107 QLIST_ENTRY (HWVoiceIn) entries;
108 } 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 *hw);