sample_rate_mul  2557 sound/pci/hda/patch_ca0132.c 	unsigned int sample_rate_mul = ((get_hdafmt_rate(fmt) >> 3) & 3) + 1;
sample_rate_mul  2558 sound/pci/hda/patch_ca0132.c 	unsigned int rate_multi = sample_rate_mul / sample_rate_div;
sample_rate_mul  2801 sound/pci/hda/patch_ca0132.c 	unsigned int sample_rate_mul;
sample_rate_mul  2857 sound/pci/hda/patch_ca0132.c 	sample_rate_mul = ((get_hdafmt_rate(hda_format) >> 3) & 3) + 1;
sample_rate_mul  2861 sound/pci/hda/patch_ca0132.c 			(num_chans * sample_rate_mul / sample_rate_div));
sample_rate_mul  2876 sound/pci/hda/patch_ca0132.c 		   sample_rate_mul, sample_rate_div, buffer_size_words);