Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/isa/
Dsbdsp.c120 #define SB_RATE_TO_TC(x) (256 - 1000000 / (x)) macro
575 tc = SB_RATE_TO_TC(p->sample_rate * p->channels); in sbdsp_set_params()
585 tc = SB_RATE_TO_TC(p->sample_rate * p->channels); in sbdsp_set_params()