Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio_template.h42 int max_voices = glue (drv->max_voices_, TYPE); in glue() local
45 if (glue (s->nb_hw_voices_, TYPE) > max_voices) { in glue()
46 if (!max_voices) { in glue()
55 max_voices); in glue()
57 glue (s->nb_hw_voices_, TYPE) = max_voices; in glue()
60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) { in glue()
62 drv->name, max_voices); in glue()
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) { in glue()