hda_frame_size_words 2803 sound/pci/hda/patch_ca0132.c 	unsigned int hda_frame_size_words;
hda_frame_size_words 2860 sound/pci/hda/patch_ca0132.c 	hda_frame_size_words = ((sample_rate_div == 0) ? 0 :
hda_frame_size_words 2863 sound/pci/hda/patch_ca0132.c 	if (hda_frame_size_words == 0) {
hda_frame_size_words 2871 sound/pci/hda/patch_ca0132.c 	buffer_size_words -= buffer_size_words % hda_frame_size_words;
hda_frame_size_words 2875 sound/pci/hda/patch_ca0132.c 		   chip_addx, hda_frame_size_words, num_chans,
hda_frame_size_words 2878 sound/pci/hda/patch_ca0132.c 	if (buffer_size_words < hda_frame_size_words) {
hda_frame_size_words 2883 sound/pci/hda/patch_ca0132.c 	remainder_words = words_to_write % hda_frame_size_words;