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.c120 .run_buffer_out = audio_generic_run_buffer_out,
H A Dwavaudio.c202 .run_buffer_out = audio_generic_run_buffer_out,
H A Daudio_int.h168 void (*run_buffer_out)(HWVoiceOut *hw);
160 void (*run_buffer_out)(HWVoiceOut *hw); global() member
H A Daudio.c1133 if (hw->pcm_ops->run_buffer_out) { in audio_pcm_hw_run_out()
1134 hw->pcm_ops->run_buffer_out(hw); in audio_pcm_hw_run_out()
1167 if (hw->pcm_ops->run_buffer_out) { in audio_run_out()
1168 hw->pcm_ops->run_buffer_out(hw); in audio_run_out()
1222 if (hw->pcm_ops->run_buffer_out) { in audio_run_out()
1223 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.c752 .run_buffer_out = oss_run_buffer_out, in oss_audio_init()
H A Dalsaaudio.c927 .run_buffer_out = audio_generic_run_buffer_out, in alsa_audio_init()
H A Dpwaudio.c827 .run_buffer_out = audio_generic_run_buffer_out,