Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/hda/
Dpatch_ca0132.c1055 #define get_hdafmt_rate(fmt) ((fmt >> 8) & 0x7f) macro
2969 unsigned int sample_rate_div = ((get_hdafmt_rate(fmt) >> 0) & 3) + 1; in dsp_allocate_ports_format()
2970 unsigned int sample_rate_mul = ((get_hdafmt_rate(fmt) >> 3) & 3) + 1; in dsp_allocate_ports_format()
3266 sample_rate_div = ((get_hdafmt_rate(hda_format) >> 0) & 3) + 1; in dspxfr_one_seg()
3267 sample_rate_mul = ((get_hdafmt_rate(hda_format) >> 3) & 3) + 1; in dspxfr_one_seg()