Lines Matching refs:record

39 	    ? (info)->record.name : (info)->play.name)
104 rerrors /= ((tmpinfo.record.precision / NBBY) *
105 tmpinfo.record.channels);
134 hwfmt.record.sample_rate :
148 tmpinfo.record.sample_rate = INTARG;
162 tmpinfo.record.channels = INTARG ? 2 : 1;
193 tmpinfo.record.encoding =
195 hwfmt.record.encoding : hwfmt.play.encoding;
197 tmpinfo.record.precision =
199 hwfmt.record.precision : hwfmt.play.precision ;
214 retval = encoding_to_format(tmpinfo.record.encoding,
215 tmpinfo.record.precision);
301 bufinfo.fragments = tmpinfo.record.seek / tmpinfo.blocksize;
303 tmpinfo.record.buffer_size / tmpinfo.blocksize;
304 bufinfo.bytes = tmpinfo.record.seek;
326 tmpinfo.record.pause = (INTARG & PCM_ENABLE_INPUT) == 0;
336 if ((tmpinfo.mode & AUMODE_RECORD) && !tmpinfo.record.pause)
355 osscount.samples = tmpinfo.record.samples /
356 ((tmpinfo.record.precision / NBBY) *
357 tmpinfo.record.channels);
358 osscount.fifo_samples = tmpinfo.record.seek /
359 ((tmpinfo.record.precision / NBBY) *
360 tmpinfo.record.channels);
402 INTARG = get_vol(tmpinfo.record.gain, tmpinfo.record.balance);
474 set_vol(int fd, int volume, bool record)
481 prinfo = record ? &tmpinfo.record : &tmpinfo.play;
525 hwfmt.record.channels = hwfmt.play.channels = 2;
541 tmpinfo.record.channels = nchannels;
545 tmpinfo.record.channels = hwfmt.record.channels;
610 tmpinfo->record.precision =
612 tmpinfo->record.encoding =
616 tmpinfo->record.precision =
618 tmpinfo->record.encoding =
622 tmpinfo->record.precision =
624 tmpinfo->record.encoding =
628 tmpinfo->record.precision =
630 tmpinfo->record.encoding =
634 tmpinfo->record.precision =
636 tmpinfo->record.encoding =
640 tmpinfo->record.precision =
642 tmpinfo->record.encoding =
646 tmpinfo->record.precision =
648 tmpinfo->record.encoding =
652 tmpinfo->record.precision =
654 tmpinfo->record.encoding =
665 tmpinfo->record.precision =
667 tmpinfo->record.encoding =
672 tmpinfo->record.precision =
674 tmpinfo->record.encoding =
678 tmpinfo->record.precision =
680 tmpinfo->record.encoding =