Home | History | Annotate | Download | only in pci

Lines Matching refs:sample_rate

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