Home | History | Annotate | Download | only in audio

Lines Matching refs:cand

6785  * If successful, it will store the chosen format into *cand and return 0.
6790 audio_hw_probe(struct audio_softc *sc, audio_format2_t *cand, int mode)
6878 cand->encoding = query.fmt.encoding;
6879 cand->precision = query.fmt.validbits;
6880 cand->stride = query.fmt.precision;
6881 cand->channels = query.fmt.channels;
6882 cand->sample_rate = audio_select_freq(&query.fmt);
6887 cand->precision, cand->stride,
6888 cand->channels, cand->sample_rate);
6896 audio_encoding_name(cand->encoding),
6897 cand->precision, cand->stride, cand->channels, cand->sample_rate);