Lines Matching refs:conf
163 } conf = {
428 if (conf.log_to_monitor) {
1230 timer_mod(s->ts, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + conf.period.ticks);
1323 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE, conf.try_poll_out);
1368 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE, conf.try_poll_in);
1692 .valp = &conf.fixed_out.enabled,
1698 .valp = &conf.fixed_out.settings.freq,
1704 .valp = &conf.fixed_out.settings.fmt,
1710 .valp = &conf.fixed_out.settings.nchannels,
1716 .valp = &conf.fixed_out.nb_voices,
1722 .valp = &conf.try_poll_out,
1729 .valp = &conf.fixed_in.enabled,
1735 .valp = &conf.fixed_in.settings.freq,
1741 .valp = &conf.fixed_in.settings.fmt,
1747 .valp = &conf.fixed_in.settings.nchannels,
1753 .valp = &conf.fixed_in.nb_voices,
1759 .valp = &conf.try_poll_in,
1766 .valp = &conf.period.hertz,
1772 .valp = &conf.plive,
1778 .valp = &conf.log_to_monitor,
1884 hwo->pcm_ops->ctl_out (hwo, op, conf.try_poll_out);
1888 hwi->pcm_ops->ctl_in (hwi, op, conf.try_poll_in);
1975 s->nb_hw_voices_out = conf.fixed_out.nb_voices;
1976 s->nb_hw_voices_in = conf.fixed_in.nb_voices;
2030 if (conf.period.hertz <= 0) {
2031 if (conf.period.hertz < 0) {
2034 conf.period.hertz);
2036 conf.period.ticks = 1;
2038 conf.period.ticks =
2039 muldiv64 (1, get_ticks_per_sec (), conf.period.hertz);