Home
last modified time | relevance | path

Searched refs:run_buffer_out (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/audio/
H A Dnoaudio.c122 .run_buffer_out = audio_generic_run_buffer_out,
H A Dwavaudio.c205 .run_buffer_out = audio_generic_run_buffer_out,
H A Daudio_int.h160 void (*run_buffer_out)(HWVoiceOut *hw); member
H A Daudio.c1130 if (hw->pcm_ops->run_buffer_out) { in audio_pcm_hw_run_out()
1131 hw->pcm_ops->run_buffer_out(hw); in audio_pcm_hw_run_out()
1164 if (hw->pcm_ops->run_buffer_out) { in audio_run_out()
1165 hw->pcm_ops->run_buffer_out(hw); in audio_run_out()
1219 if (hw->pcm_ops->run_buffer_out) { in audio_run_out()
1220 hw->pcm_ops->run_buffer_out(hw); in audio_run_out()
H A Djackaudio.c663 .run_buffer_out = audio_generic_run_buffer_out,
H A Dossaudio.c768 .run_buffer_out = oss_run_buffer_out,
H A Dalsaaudio.c947 .run_buffer_out = audio_generic_run_buffer_out,
H A Dpwaudio.c828 .run_buffer_out = audio_generic_run_buffer_out,