Home
last modified time | relevance | path

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

/sound/soc/codecs/
Drt5677.c859 const struct firmware *fwp; in rt5677_load_dsp_from_file() local
864 ret = request_firmware(&fwp, "rt5677_elf_vad", dev); in rt5677_load_dsp_from_file()
869 dev_info(dev, "Requested rt5677_elf_vad (%zu)\n", fwp->size); in rt5677_load_dsp_from_file()
871 ret = rt5677_parse_and_load_dsp(rt5677, fwp->data, fwp->size); in rt5677_load_dsp_from_file()
872 release_firmware(fwp); in rt5677_load_dsp_from_file()