Searched refs:SR_MULT (Results 1 – 1 of 1) sorted by relevance
218 #define SR_MULT (11*12) macro219 #define A(x) (SR_MULT/x)250 need_adc *= SR_MULT; in find_rate()251 need_dac *= SR_MULT; in find_rate()300 int adc = (val * sr_adc_mult_table[sr]) / SR_MULT; in get_current_sample_rates()301 int dac = (val * sr_dac_mult_table[sr]) / SR_MULT; in get_current_sample_rates()