Home | History | Annotate | Download | only in audio

Lines Matching refs:HWVoiceOut

71 typedef struct HWVoiceOut {
88 QLIST_ENTRY (HWVoiceOut) entries;
89 } HWVoiceOut;
120 HWVoiceOut *hw;
158 int (*init_out)(HWVoiceOut *hw, struct audsettings *as);
159 void (*fini_out)(HWVoiceOut *hw);
160 int (*run_out) (HWVoiceOut *hw, int live);
162 int (*ctl_out) (HWVoiceOut *hw, int cmd, ...);
178 HWVoiceOut hw;
197 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_out;
226 int audio_pcm_hw_clip_out (HWVoiceOut *hw, void *pcm_buf,