Home
last modified time | relevance | path

Searched defs:audio_pcm_ops (Results 1 – 1 of 1) sorted by relevance

/external/qemu/audio/
Daudio_int.h157 struct audio_pcm_ops { struct
158 int (*init_out)(HWVoiceOut *hw, struct audsettings *as);
159 void (*fini_out)(HWVoiceOut *hw);
160 int (*run_out) (HWVoiceOut *hw, int live);
161 int (*write) (SWVoiceOut *sw, void *buf, int size);
162 int (*ctl_out) (HWVoiceOut *hw, int cmd, ...);
164 int (*init_in) (HWVoiceIn *hw, struct audsettings *as);
165 void (*fini_in) (HWVoiceIn *hw);
166 int (*run_in) (HWVoiceIn *hw);
167 int (*read) (SWVoiceIn *sw, void *buf, int size);
[all …]