Home | History | Annotate | Download | only in audio

Lines Matching refs:conf

97 } conf = {
120 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
259 hw->samples = conf.samples;
267 esd->fd = FF(esd_play_stream) (esdfmt, as->freq, conf.dac_host, NULL);
329 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
467 hw->samples = conf.samples;
475 esd->fd = FF(esd_record_stream) (esdfmt, as->freq, conf.adc_host, NULL);
552 fd = FF(esd_open_sound)(conf.dac_host);
566 result = &conf;
592 .valp = &conf.samples,
598 .valp = &conf.divisor,
604 .valp = &conf.dac_host,
610 .valp = &conf.adc_host,