Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
A Dpcxhr_hwdep.c370 const struct firmware *fw_entry; in pcxhr_setup_firmware() local
378 if (request_firmware(&fw_entry, path, &mgr->pci->dev)) { in pcxhr_setup_firmware()
385 err = pcxhr_dsp_load(mgr, i, fw_entry); in pcxhr_setup_firmware()
386 release_firmware(fw_entry); in pcxhr_setup_firmware()
/sound/sh/
A Daica.c521 const struct firmware *fw_entry; in load_aica_firmware() local
523 err = request_firmware(&fw_entry, "aica_firmware.bin", &pd->dev); in load_aica_firmware()
528 spu_memload(0, fw_entry->data, fw_entry->size); in load_aica_firmware()
530 release_firmware(fw_entry); in load_aica_firmware()
/sound/pci/mixart/
A Dmixart_hwdep.c564 const struct firmware *fw_entry; in snd_mixart_setup_firmware() local
569 if (request_firmware(&fw_entry, path, &mgr->pci->dev)) { in snd_mixart_setup_firmware()
575 err = mixart_dsp_load(mgr, i, fw_entry); in snd_mixart_setup_firmware()
576 release_firmware(fw_entry); in snd_mixart_setup_firmware()
/sound/soc/renesas/
A Dsiu_dai.c718 const struct firmware *fw_entry; in siu_probe() local
729 ret = request_firmware(&fw_entry, "siu_spb.bin", &pdev->dev); in siu_probe()
737 memcpy(&info->fw, fw_entry->data, fw_entry->size); in siu_probe()
739 release_firmware(fw_entry); in siu_probe()
/sound/pci/echoaudio/
A Dechoaudio.h440 static int get_firmware(const struct firmware **fw_entry,
442 static void free_firmware(const struct firmware *fw_entry,
A Dechoaudio.c32 static int get_firmware(const struct firmware **fw_entry, in get_firmware() argument
42 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()
49 err = request_firmware(fw_entry, name, &chip->pci->dev); in get_firmware()
54 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()
60 static void free_firmware(const struct firmware *fw_entry, in free_firmware() argument
/sound/soc/codecs/
A Dtas2781-fmwlib.c2025 const struct firmware *fw_entry = NULL; in tas2781_load_calibration() local
2031 ret = request_firmware(&fw_entry, file_name, tas_priv->dev); in tas2781_load_calibration()
2038 if (!fw_entry->size) { in tas2781_load_calibration()
2040 __func__, (unsigned long)fw_entry->size); in tas2781_load_calibration()
2044 fmw.size = fw_entry->size; in tas2781_load_calibration()
2045 fmw.data = fw_entry->data; in tas2781_load_calibration()
2087 release_firmware(fw_entry); in tas2781_load_calibration()
2182 const struct firmware *fw_entry; in tasdevice_dsp_parser() local
2193 ret = tasdevice_dspfw_ready(fw_entry, tas_priv); in tasdevice_dsp_parser()
2194 release_firmware(fw_entry); in tasdevice_dsp_parser()
[all …]
A Dpcm6240.c1590 const struct firmware *fw_entry = NULL; in pcmdevice_comp_probe() local
1630 ret = request_firmware(&fw_entry, pcm_dev->bin_name, pcm_dev->dev); in pcmdevice_comp_probe()
1637 ret = pcmdev_regbin_ready(fw_entry, pcm_dev); in pcmdevice_comp_probe()
1645 release_firmware(fw_entry); in pcmdevice_comp_probe()
/sound/pci/emu10k1/
A Dio.c426 const struct firmware *fw_entry) in snd_emu1010_load_firmware_entry() argument
457 for (int n = 0; n < fw_entry->size; n++) { in snd_emu1010_load_firmware_entry()
458 u8 value = fw_entry->data[n]; in snd_emu1010_load_firmware_entry()
/sound/pci/riptide/
A Driptide.c418 const struct firmware *fw_entry; member
1216 if (!chip->fw_entry) { in try_to_load_firmware()
1217 err = request_firmware(&chip->fw_entry, "riptide.hex", in try_to_load_firmware()
1225 err = loadfirmware(cif, chip->fw_entry->data, chip->fw_entry->size); in try_to_load_firmware()
1809 release_firmware(chip->fw_entry); in snd_riptide_free()
/sound/hda/codecs/
A Dca0132.c8584 const struct firmware *fw_entry = NULL; in ca0132_download_dsp_images() local
8594 if (request_firmware(&fw_entry, DESKTOP_EFX_FILE, in ca0132_download_dsp_images()
8601 if (request_firmware(&fw_entry, R3DI_EFX_FILE, in ca0132_download_dsp_images()
8614 if (!fw_entry) { in ca0132_download_dsp_images()
8616 if (request_firmware(&fw_entry, EFX_FILE, in ca0132_download_dsp_images()
8621 dsp_os_image = (struct dsp_image_seg *)(fw_entry->data); in ca0132_download_dsp_images()
8630 release_firmware(fw_entry); in ca0132_download_dsp_images()

Completed in 67 milliseconds