Home | History | Annotate | Download | only in audio

Lines Matching full:fixed_out

150     struct fixed_settings fixed_out;
1638 {"DAC_FIXED_SETTINGS", AUD_OPT_BOOL, &conf.fixed_out.enabled,
1641 {"DAC_FIXED_FREQ", AUD_OPT_INT, &conf.fixed_out.settings.freq,
1644 {"DAC_FIXED_FMT", AUD_OPT_FMT, &conf.fixed_out.settings.fmt,
1647 {"DAC_FIXED_CHANNELS", AUD_OPT_INT, &conf.fixed_out.settings.nchannels,
1650 {"DAC_VOICES", AUD_OPT_INT, &conf.fixed_out.nb_voices,
1962 s->nb_hw_voices_out = conf.fixed_out.nb_voices;