Lines Matching refs:HWVoiceOut
71 typedef struct HWVoiceOut { struct
87 QLIST_ENTRY (HWVoiceOut) entries; argument
88 } HWVoiceOut; typedef
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_out;
223 int audio_pcm_hw_get_live_out (HWVoiceOut *hw);
224 int audio_pcm_hw_get_live_out2 (HWVoiceOut *hw, int *nb_live);