Searched refs:SR_MULT (Results 1 – 1 of 1) sorted by relevance
276 #define SR_MULT (11*12) macro277 #define A(x) (SR_MULT/x)308 need_adc *= SR_MULT; in find_rate()309 need_dac *= SR_MULT; in find_rate()358 int adc = (val * sr_adc_mult_table[sr]) / SR_MULT; in get_current_sample_rates()359 int dac = (val * sr_dac_mult_table[sr]) / SR_MULT; in get_current_sample_rates()