Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_template.h237 static HW *glue(audio_pcm_hw_find_any_, TYPE)(AudioState *s, HW *hw) in glue() argument
244 while ((hw = glue(audio_pcm_hw_find_any_, TYPE)(s, hw))) { in glue()
255 while ((hw = glue(audio_pcm_hw_find_any_, TYPE)(s, hw))) { in glue()
419 return glue(audio_pcm_hw_find_any_, TYPE)(s, NULL); in glue()