Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c3213 unsigned int hda_frame_size_words; in dspxfr_one_seg() local
3270 hda_frame_size_words = ((sample_rate_div == 0) ? 0 : in dspxfr_one_seg()
3273 if (hda_frame_size_words == 0) { in dspxfr_one_seg()
3281 buffer_size_words -= buffer_size_words % hda_frame_size_words; in dspxfr_one_seg()
3285 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()
3288 if (buffer_size_words < hda_frame_size_words) { in dspxfr_one_seg()
3293 remainder_words = words_to_write % hda_frame_size_words; in dspxfr_one_seg()