/external/qemu/audio/ |
audio_int.h | 86 struct audio_pcm_ops *pcm_ops; member in struct:HWVoiceOut 104 struct audio_pcm_ops *pcm_ops; member in struct:HWVoiceIn 147 struct audio_pcm_ops *pcm_ops; member in struct:audio_driver
|
audio_template.h | 208 glue (hw->pcm_ops->fini_, TYPE) (hw); 260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) { 261 dolog ("Host audio driver without pcm_ops\n"); 272 hw->pcm_ops = drv->pcm_ops; 278 err = glue (hw->pcm_ops->init_, TYPE) (hw, as); 311 glue (hw->pcm_ops->fini_, TYPE) (hw);
|
audio.c | 1198 bytes = sw->hw->pcm_ops->write (sw, buf, size); 1218 bytes = sw->hw->pcm_ops->read (sw, buf, size); 1248 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE); 1294 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE); 1312 hw->pcm_ops->ctl_in (hw, VOICE_DISABLE); [all...] |
noaudio.c | 169 INIT_FIELD (pcm_ops = ) &no_pcm_ops,
|
esdaudio.c | 512 INIT_FIELD (pcm_ops = ) &qesd_pcm_ops,
|
wavaudio.c | 473 INIT_FIELD (pcm_ops = ) &wav_pcm_ops,
|
coreaudio.c | 808 INIT_FIELD (pcm_ops = ) &coreaudio_pcm_ops,
|
fmodaudio.c | 680 INIT_FIELD (pcm_ops = ) &fmod_pcm_ops,
|