Searched refs:pcm_ops (Results 1 – 16 of 16) sorted by relevance
| /qemu/audio/ |
| A D | audio.c | 601 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 D | audio_template.h | 229 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 D | audio_int.h | 81 struct audio_pcm_ops *pcm_ops; member 102 struct audio_pcm_ops *pcm_ops; member 148 struct audio_pcm_ops *pcm_ops; member
|
| A D | noaudio.c | 137 .pcm_ops = &no_pcm_ops,
|
| A D | wavaudio.c | 214 .pcm_ops = &wav_pcm_ops,
|
| A D | spiceaudio.c | 322 .pcm_ops = &audio_callbacks,
|
| A D | sndioaudio.c | 552 .pcm_ops = &sndio_pcm_ops,
|
| A D | sdlaudio.c | 496 .pcm_ops = &sdl_pcm_ops,
|
| A D | dsoundaudio.c | 723 .pcm_ops = &dsound_pcm_ops,
|
| A D | jackaudio.c | 678 .pcm_ops = &jack_pcm_ops,
|
| A D | dbusaudio.c | 678 .pcm_ops = &dbus_pcm_ops,
|
| A D | ossaudio.c | 785 .pcm_ops = &oss_pcm_ops,
|
| A D | alsaaudio.c | 962 .pcm_ops = &alsa_pcm_ops,
|
| A D | paaudio.c | 933 .pcm_ops = &qpa_pcm_ops,
|
| A D | pwaudio.c | 844 .pcm_ops = &qpw_pcm_ops,
|
| A D | coreaudio.m | 670 .pcm_ops = &coreaudio_pcm_ops,
|
Completed in 41 milliseconds