Searched refs:AFMT_ENCODING (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dfeeder_format.c139 AFMT_ENCODING(f->desc->in) == feed_format_ops[i].format)
142 AFMT_ENCODING(f->desc->out) == feed_format_ops[i].format)
282 if (AFMT_ENCODING(format) == feed_format_ops[i].format)
295 if (AFMT_ENCODING(format) == feed_format_ops[i].format)
H A Dfeeder_chain.c185 AFMT_ENCODING(cdesc->current.afmt) == cdesc->afmt_ne)
542 #define FEEDFORMAT_REQUIRED(c) (AFMT_ENCODING((c)->current.afmt) != \
543 AFMT_ENCODING((c)->target.afmt))
555 AFMT_ENCODING((c)->current.afmt) != AFMT_S16_NE) || \
557 AFMT_ENCODING((c)->current.afmt) != AFMT_S32_NE) || \
747 snd_fmtbest(AFMT_ENCODING(softfmt),
749 snd_fmtbest(AFMT_ENCODING(cdesc.target.afmt),
H A Dsound.h223 #define AFMT_ENCODING(v) ((v) & AFMT_ENCODING_MASK) macro
239 #define SND_FORMAT(f, c, e) (AFMT_ENCODING(f) | \
H A Dfeeder_volume.c152 if (AFMT_ENCODING(f->desc->in) ==
H A Dfeeder_matrix.c403 if (AFMT_ENCODING(f->desc->in) != AFMT_ENCODING(f->desc->out))
419 if (AFMT_ENCODING(info->in) == feed_matrix_tab[i].format)
H A Dfeeder_mixer.c148 if (AFMT_ENCODING(f->desc->in) ==
H A Ddsp.c1233 p->play_format = AFMT_ENCODING(wrch->format);
1249 p->rec_format = AFMT_ENCODING(rdch->format);
1566 *arg_i = AFMT_ENCODING(tmp);
1570 *arg_i = AFMT_ENCODING(chn->format);
H A Dfeeder_eq.c350 if (AFMT_ENCODING(f->desc->in) == feed_eq_biquad_tab[i].format)
H A Dchannel.c982 (AFMT_ENCODING(fmt) & fmtlist[i])))
1104 enc = AFMT_ENCODING(afmt);
2220 return (AFMT_ENCODING(fmts));
H A Dfeeder_rate.c1246 if (AFMT_ENCODING(format) != z_resampler_tab[i].format)
/freebsd-11.0-release/sys/dev/sound/isa/
H A Dad1816.c354 switch (AFMT_ENCODING(format)) {
H A Dmss.c1004 int i, arg = AFMT_ENCODING(format);
/freebsd-11.0-release/sys/dev/sound/pci/
H A Daureal.c255 switch(AFMT_ENCODING(format)) {
/freebsd-11.0-release/sys/dev/sound/sbus/
H A Dcs4231.c1066 encoding = AFMT_ENCODING(format);

Completed in 93 milliseconds