Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio.c147 int nb_voices; member
166 .nb_voices = 1,
178 .nb_voices = 1,
1716 .valp = &conf.fixed_out.nb_voices,
1753 .valp = &conf.fixed_in.nb_voices,
1975 s->nb_hw_voices_out = conf.fixed_out.nb_voices; in audio_init()
1976 s->nb_hw_voices_in = conf.fixed_in.nb_voices; in audio_init()