Home
last modified time | relevance | path

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

/qemu/audio/
A Daudio.c601 if (!hw->pcm_ops->volume_in) { in audio_pcm_sw_read()
654 return (hw->pcm_ops->buffer_get_free ? hw->pcm_ops->buffer_get_free(hw) : in audio_pcm_hw_get_free()
1130 if (hw->pcm_ops->run_buffer_out) { in audio_pcm_hw_run_out()
1267 if (hw->pcm_ops->run_buffer_in) { in audio_pcm_hw_run_in()
1268 hw->pcm_ops->run_buffer_in(hw); in audio_pcm_hw_run_in()
1539 if (hw->pcm_ops->run_buffer_in) { in audio_generic_read()
1605 if (hwi->pcm_ops->enable_in) { in audio_vm_change_state_handler()
1623 hwo->pcm_ops->fini_out (hwo); in free_audio_state()
1640 hwi->pcm_ops->fini_in (hwi); in free_audio_state()
1962 if (hw->pcm_ops->volume_out) { in audio_set_volume_out()
[all …]
A Daudio_template.h229 glue(hw->pcm_ops->fini_, TYPE) (hw); in glue()
278 if (audio_bug(__func__, !drv->pcm_ops)) { in glue()
289 hw->pcm_ops = drv->pcm_ops; in glue()
295 if (glue (hw->pcm_ops->init_, TYPE) (hw, as, s->drv_opaque)) { in glue()
332 glue (hw->pcm_ops->fini_, TYPE) (hw); in glue()
A Daudio_int.h81 struct audio_pcm_ops *pcm_ops; member
102 struct audio_pcm_ops *pcm_ops; member
148 struct audio_pcm_ops *pcm_ops; member
A Dnoaudio.c137 .pcm_ops = &no_pcm_ops,
A Dwavaudio.c214 .pcm_ops = &wav_pcm_ops,
A Dspiceaudio.c322 .pcm_ops = &audio_callbacks,
A Dsndioaudio.c552 .pcm_ops = &sndio_pcm_ops,
A Dsdlaudio.c496 .pcm_ops = &sdl_pcm_ops,
A Ddsoundaudio.c723 .pcm_ops = &dsound_pcm_ops,
A Djackaudio.c678 .pcm_ops = &jack_pcm_ops,
A Ddbusaudio.c678 .pcm_ops = &dbus_pcm_ops,
A Dossaudio.c785 .pcm_ops = &oss_pcm_ops,
A Dalsaaudio.c962 .pcm_ops = &alsa_pcm_ops,
A Dpaaudio.c933 .pcm_ops = &qpa_pcm_ops,
A Dpwaudio.c844 .pcm_ops = &qpw_pcm_ops,
A Dcoreaudio.m670 .pcm_ops = &coreaudio_pcm_ops,

Completed in 41 milliseconds