Home | History | Annotate | Download | only in audio

Lines Matching refs:max_voices

42     int max_voices = glue (drv->max_voices_, TYPE);
45 if (glue (s->nb_hw_voices_, TYPE) > max_voices) {
46 if (!max_voices) {
55 max_voices);
57 glue (s->nb_hw_voices_, TYPE) = max_voices;
60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) {
61 dolog ("drv=`%s' voice_size=0 max_voices=%d\n",
62 drv->name, max_voices);
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) {
67 dolog ("drv=`%s' voice_size=%d max_voices=0\n",