Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
HDhdspe-pcm.c49 static struct hdspe_latency latency_map[] = { variable
530 for (i = 0; latency_map[i].period != 0; i++) { in hdspechan_setblocksize()
531 if (latency_map[i].period == blocksize) { in hdspechan_setblocksize()
532 hl = &latency_map[i]; in hdspechan_setblocksize()
538 for (i = 0; latency_map[i].period != 0; i++) { in hdspechan_setblocksize()
539 hl = &latency_map[i]; in hdspechan_setblocksize()
540 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspechan_setblocksize()
541 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspechan_setblocksize()