Home | History | Annotate | Download | only in pcm

Lines Matching refs:as_int

54 	int as_int;
309 } else if (nsrcs == 1 && src_tt[0].as_int == SND_PCM_PLUGIN_ROUTE_RESOLUTION) {
362 sum.as_sint32 += sample * ttp->as_int;
365 if (ttp->as_int)
369 sum.as_sint64 += (int64_t) sample * ttp->as_int;
372 if (ttp->as_int)
380 if (ttp->as_int)
731 snd_output_printf(out, "%d*%g", s->channel, (double)s->as_int / (double)SND_PCM_PLUGIN_ROUTE_RESOLUTION);
801 srcs[nsrcs].as_int = (v == SND_PCM_PLUGIN_ROUTE_FULL ? SND_PCM_PLUGIN_ROUTE_RESOLUTION : 0);
805 srcs[nsrcs].as_int = v;