Home
last modified time | relevance | path

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

/sound/pci/rme9652/
Dhdsp.c5167 const char *fwfile; in hdsp_request_fw_loader() local
5184 fwfile = "rpm_firmware.bin"; in hdsp_request_fw_loader()
5188 fwfile = "multiface_firmware.bin"; in hdsp_request_fw_loader()
5190 fwfile = "multiface_firmware_rev11.bin"; in hdsp_request_fw_loader()
5194 fwfile = "digiface_firmware.bin"; in hdsp_request_fw_loader()
5196 fwfile = "digiface_firmware_rev11.bin"; in hdsp_request_fw_loader()
5204 if (request_firmware(&fw, fwfile, &hdsp->pci->dev)) { in hdsp_request_fw_loader()
5206 "cannot load firmware %s\n", fwfile); in hdsp_request_fw_loader()