Searched refs:SR_MULT (Results 1 – 1 of 1) sorted by relevance
223 #define SR_MULT (11*12) macro224 #define A(x) (SR_MULT/x)255 need_adc *= SR_MULT; in find_rate()256 need_dac *= SR_MULT; in find_rate()305 int adc = (val * sr_adc_mult_table[sr]) / SR_MULT; in get_current_sample_rates()306 int dac = (val * sr_dac_mult_table[sr]) / SR_MULT; in get_current_sample_rates()