Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c2252 const struct dsp_image_seg *hci_write = NULL; in dspxfr_one_seg() local
2259 hci_write = fls; in dspxfr_one_seg()
2263 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg()
2265 return dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg()
2278 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0; in dspxfr_one_seg()
2374 if (hci_write) { in dspxfr_one_seg()
2375 status = dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg()
2378 hci_write = NULL; in dspxfr_one_seg()