/external/qemu/audio/ |
audio_int.h | 87 struct audio_pcm_ops *pcm_ops; member in struct:HWVoiceOut 106 struct audio_pcm_ops *pcm_ops; member in struct:HWVoiceIn 149 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 | 1277 bytes = sw->hw->pcm_ops->write (sw, buf, size); 1295 bytes = sw->hw->pcm_ops->read (sw, buf, size); 1323 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE, conf.try_poll_out); 1368 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE, conf.try_poll_in); [all...] |
noaudio.c | 164 .pcm_ops = &no_pcm_ops,
|
wavaudio.c | 468 INIT_FIELD (pcm_ops = ) &wav_pcm_ops,
|
coreaudio.c | 800 .pcm_ops = &coreaudio_pcm_ops,
|
dsoundaudio.c | 1024 .pcm_ops = &dsound_pcm_ops,
|
esdaudio.c | 636 .pcm_ops = &qesd_pcm_ops,
|
fmodaudio.c | 681 .pcm_ops = &fmod_pcm_ops,
|
paaudio.c | 611 .pcm_ops = &qpa_pcm_ops,
|
winaudio.c | 659 INIT_FIELD (pcm_ops = ) &winaudio_pcm_ops,
|
alsaaudio.c | [all...] |
ossaudio.c | 929 .pcm_ops = &oss_pcm_ops,
|