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

/freebsd-11-stable/sys/dev/sound/pci/
H A Dcs4281.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;
228 if (rv < CS4281_NUM_RATES) return cs4281_rates[rv];

Completed in 131 milliseconds