Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/
HDcs4281.c206 static u_int32_t cs4281_rates[] = {48000, 44100, 22050, 16000, 11025, 8000}; variable
207 #define CS4281_NUM_RATES sizeof(cs4281_rates)/sizeof(cs4281_rates[0])
215 if (rate == cs4281_rates[v]) return v; in cs4281_rate_to_rv()
228 if (rv < CS4281_NUM_RATES) return cs4281_rates[rv]; in cs4281_rv_to_rate()