Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h389 const struct firmware *controller_microcode; member
H A Dymfpci_main.c2043 err = request_firmware(&chip->controller_microcode, name, in snd_ymfpci_request_firmware()
2046 if (chip->controller_microcode->size != YDSXG_CTRLLENGTH) { in snd_ymfpci_request_firmware()
2086 inst = (const __le32 *)chip->controller_microcode->data; in snd_ymfpci_download_image()
2220 release_firmware(chip->controller_microcode); in snd_ymfpci_free()