Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/sound/pcm/
HDfeeder_rate.c161 static int feeder_rate_polyphase_max = Z_POLYPHASE_MAX; variable
167 SYSCTL_INT(_hw_snd, OID_AUTO, feeder_rate_polyphase_max, CTLFLAG_RWTUN,
168 &feeder_rate_polyphase_max, 0, "maximum allowable polyphase entries");
1041 if (feeder_rate_polyphase_max < 1) in z_resampler_build_polyphase()
1045 feeder_rate_polyphase_max) { in z_resampler_build_polyphase()
1050 feeder_rate_polyphase_max); in z_resampler_build_polyphase()