Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio.c144 int nb_voices; member
1650 {"DAC_VOICES", AUD_OPT_INT, &conf.fixed_out.nb_voices,
1666 {"ADC_VOICES", AUD_OPT_INT, &conf.fixed_in.nb_voices,
1962 s->nb_hw_voices_out = conf.fixed_out.nb_voices; in audio_init()
1963 s->nb_hw_voices_in = conf.fixed_in.nb_voices; in audio_init()