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

/external/qemu/audio/
H A Daudio.c147 int nb_voices; member in struct:fixed_settings
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;
1976 s->nb_hw_voices_in = conf.fixed_in.nb_voices;

Completed in 716 milliseconds