Home
last modified time | relevance | path

Searched refs:feeder_rate_polyphase_max (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c159 static int feeder_rate_polyphase_max = Z_POLYPHASE_MAX; variable
165 SYSCTL_INT(_hw_snd, OID_AUTO, feeder_rate_polyphase_max, CTLFLAG_RWTUN,
166 &feeder_rate_polyphase_max, 0, "maximum allowable polyphase entries");
1037 if (feeder_rate_polyphase_max < 1) in z_resampler_build_polyphase()
1041 feeder_rate_polyphase_max) { in z_resampler_build_polyphase()
1046 feeder_rate_polyphase_max); in z_resampler_build_polyphase()