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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320aic23.c287 static unsigned get_score(int adc, int adc_l, int adc_h, int need_adc, argument
292 int diff_adc = need_adc - adc;
299 static int find_rate(int mclk, u32 need_adc, u32 need_dac) argument
308 need_adc *= SR_MULT;
313 adc_l = need_adc - (need_adc >> 5);
314 adc_h = need_adc + (need_adc >> 5);
329 score = get_score(adc, adc_l, adc_h, need_adc,
337 score = get_score((adc >> 1), adc_l, adc_h, need_adc,
[all...]

Completed in 60 milliseconds