Searched refs:pcm_ops (Results 1 – 13 of 13) sorted by relevance
/external/qemu/audio/ |
D | audio_template.h | 208 glue (hw->pcm_ops->fini_, TYPE) (hw); in glue() 260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) { in glue() 272 hw->pcm_ops = drv->pcm_ops; in glue() 278 err = glue (hw->pcm_ops->init_, TYPE) (hw, as); in glue() 311 glue (hw->pcm_ops->fini_, TYPE) (hw); in glue()
|
D | audio_int.h | 87 struct audio_pcm_ops *pcm_ops; member 106 struct audio_pcm_ops *pcm_ops; member 149 struct audio_pcm_ops *pcm_ops; member
|
D | audio.c | 1277 bytes = sw->hw->pcm_ops->write (sw, buf, size); in AUD_write() 1295 bytes = sw->hw->pcm_ops->read (sw, buf, size); in AUD_read() 1323 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE, conf.try_poll_out); in AUD_set_active_out() 1368 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE, conf.try_poll_in); in AUD_set_active_in() 1384 hw->pcm_ops->ctl_in (hw, VOICE_DISABLE); in AUD_set_active_in() 1504 hw->pcm_ops->ctl_out (hw, VOICE_DISABLE); in audio_run_out() 1525 played = hw->pcm_ops->run_out (hw, live); in audio_run_out() 1594 captured = hw->pcm_ops->run_in (hw); in audio_run_in() 1884 hwo->pcm_ops->ctl_out (hwo, op, conf.try_poll_out); in audio_vm_change_state_handler() 1888 hwi->pcm_ops->ctl_in (hwi, op, conf.try_poll_in); in audio_vm_change_state_handler() [all …]
|
D | noaudio.c | 164 .pcm_ops = &no_pcm_ops,
|
D | wavaudio.c | 468 INIT_FIELD (pcm_ops = ) &wav_pcm_ops,
|
D | fmodaudio.c | 681 .pcm_ops = &fmod_pcm_ops,
|
D | paaudio.c | 611 .pcm_ops = &qpa_pcm_ops,
|
D | esdaudio.c | 636 .pcm_ops = &qesd_pcm_ops,
|
D | coreaudio.c | 800 .pcm_ops = &coreaudio_pcm_ops,
|
D | winaudio.c | 659 INIT_FIELD (pcm_ops = ) &winaudio_pcm_ops,
|
D | dsoundaudio.c | 1024 .pcm_ops = &dsound_pcm_ops,
|
D | ossaudio.c | 929 .pcm_ops = &oss_pcm_ops,
|
D | alsaaudio.c | 1340 .pcm_ops = &alsa_pcm_ops,
|