Home
last modified time | relevance | path

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

/qemu/audio/
H A Daudio.c630 static size_t audio_pcm_hw_get_live_out (HWVoiceOut *hw, int *nb_live) in audio_pcm_hw_get_live_out() function
1191 live = audio_pcm_hw_get_live_out (hw, &nb_live); in audio_run_out()
1348 captured = live = audio_pcm_hw_get_live_out (hw, NULL); in audio_run_capture()