get_hdafmt_rate 2556 sound/pci/hda/patch_ca0132.c unsigned int sample_rate_div = ((get_hdafmt_rate(fmt) >> 0) & 3) + 1; get_hdafmt_rate 2557 sound/pci/hda/patch_ca0132.c unsigned int sample_rate_mul = ((get_hdafmt_rate(fmt) >> 3) & 3) + 1; get_hdafmt_rate 2856 sound/pci/hda/patch_ca0132.c sample_rate_div = ((get_hdafmt_rate(hda_format) >> 0) & 3) + 1; get_hdafmt_rate 2857 sound/pci/hda/patch_ca0132.c sample_rate_mul = ((get_hdafmt_rate(hda_format) >> 3) & 3) + 1;