Lines Matching refs:sample_rate
1288 yds_get_lpfq(u_int sample_rate) in yds_get_lpfq() argument
1304 if (sample_rate == 44100) /* for P44 slot? */ in yds_get_lpfq()
1308 if (sample_rate <= lpfqt[i].rate) in yds_get_lpfq()
1315 yds_get_lpfk(u_int sample_rate) in yds_get_lpfk() argument
1331 if (sample_rate == 44100) /* for P44 slot? */ in yds_get_lpfk()
1335 if (sample_rate <= lpfkt[i].rate) in yds_get_lpfk()
1380 p44 = ((param->sample_rate == 44100) && in yds_trigger_output()
1411 psb->pgdeltaend = htole32((param->sample_rate * 65536 / 48000) << 12); in yds_trigger_output()
1412 psb->lpfkend = htole32(yds_get_lpfk(param->sample_rate)); in yds_trigger_output()
1414 psb->lpfq = htole32(yds_get_lpfq(param->sample_rate)); in yds_trigger_output()
1416 psb->lpfk = htole32(yds_get_lpfk(param->sample_rate)); in yds_trigger_output()
1495 param->sample_rate, param->precision, param->channels)); in yds_trigger_input()
1525 srate = 48000 * 4096 / param->sample_rate - 1; in yds_trigger_input()