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