Home
last modified time | relevance | path

Searched refs:sample_rate_mul (Results 1 – 1 of 1) sorted by relevance

/linux/sound/hda/codecs/
H A Dca0132.c2977 unsigned int sample_rate_mul = ((get_hdafmt_rate(fmt) >> 3) & 3) + 1; in dsp_free_ports()
2978 unsigned int rate_multi = sample_rate_mul / sample_rate_div; in dsp_free_ports()
3217 unsigned int sample_rate_mul; in dspxfr_one_seg()
3273 sample_rate_mul = ((get_hdafmt_rate(hda_format) >> 3) & 3) + 1; in dspxfr_one_seg()
3277 (num_chans * sample_rate_mul / sample_rate_div)); in dspxfr_one_seg()
3292 sample_rate_mul, sample_rate_div, buffer_size_words); in dspxfr_one_seg()
2957 unsigned int sample_rate_mul = ((get_hdafmt_rate(fmt) >> 3) & 3) + 1; dsp_allocate_ports_format() local
3197 unsigned int sample_rate_mul; dspxfr_one_seg() local