Home
last modified time | relevance | path

Searched refs:pcm_ops (Results 1 – 13 of 13) sorted by relevance

/external/qemu/audio/
Daudio_template.h208 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()
Daudio_int.h87 struct audio_pcm_ops *pcm_ops; member
106 struct audio_pcm_ops *pcm_ops; member
149 struct audio_pcm_ops *pcm_ops; member
Daudio.c1277 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 …]
Dnoaudio.c164 .pcm_ops = &no_pcm_ops,
Dwavaudio.c468 INIT_FIELD (pcm_ops = ) &wav_pcm_ops,
Dfmodaudio.c681 .pcm_ops = &fmod_pcm_ops,
Dpaaudio.c611 .pcm_ops = &qpa_pcm_ops,
Desdaudio.c636 .pcm_ops = &qesd_pcm_ops,
Dcoreaudio.c800 .pcm_ops = &coreaudio_pcm_ops,
Dwinaudio.c659 INIT_FIELD (pcm_ops = ) &winaudio_pcm_ops,
Ddsoundaudio.c1024 .pcm_ops = &dsound_pcm_ops,
Dossaudio.c929 .pcm_ops = &oss_pcm_ops,
Dalsaaudio.c1340 .pcm_ops = &alsa_pcm_ops,