Searched refs:fixed_out (Results 1 – 1 of 1) sorted by relevance
/external/qemu/audio/ |
D | audio.c | 153 struct fixed_settings fixed_out; member 1641 {"DAC_FIXED_SETTINGS", AUD_OPT_BOOL, &conf.fixed_out.enabled, 1644 {"DAC_FIXED_FREQ", AUD_OPT_INT, &conf.fixed_out.settings.freq, 1647 {"DAC_FIXED_FMT", AUD_OPT_FMT, &conf.fixed_out.settings.fmt, 1650 {"DAC_FIXED_CHANNELS", AUD_OPT_INT, &conf.fixed_out.settings.nchannels, 1653 {"DAC_VOICES", AUD_OPT_INT, &conf.fixed_out.nb_voices, 1965 s->nb_hw_voices_out = conf.fixed_out.nb_voices; in audio_init()
|