Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs35l56.c754 cs35l56->dsp.fwf_suffix = cs35l56->fallback_fw_suffix; in cs35l56_dsp_download_and_power_up()
1126 if (cs35l56->dsp.fwf_suffix) in cs35l56_set_fw_suffix()
1130 cs35l56->dsp.fwf_suffix = devm_kasprintf(cs35l56->base.dev, GFP_KERNEL, in cs35l56_set_fw_suffix()
1134 if (!cs35l56->dsp.fwf_suffix) in cs35l56_set_fw_suffix()
1144 cs35l56->fallback_fw_suffix = cs35l56->dsp.fwf_suffix; in cs35l56_set_fw_suffix()
1145 cs35l56->dsp.fwf_suffix = cs35l56->component->name_prefix; in cs35l56_set_fw_suffix()
1173 if (cs35l56->dsp.fwf_suffix) in cs35l56_set_fw_suffix()
1174 cs35l56->fallback_fw_suffix = cs35l56->dsp.fwf_suffix; in cs35l56_set_fw_suffix()
1178 cs35l56->dsp.fwf_suffix = devm_kasprintf(cs35l56->base.dev, GFP_KERNEL, in cs35l56_set_fw_suffix()
1182 if (!cs35l56->dsp.fwf_suffix) in cs35l56_set_fw_suffix()
H A Dwm_adsp.h32 const char *fwf_suffix; member
H A Dwm_adsp.c789 if (dsp->fwf_suffix) in wm_adsp_request_firmware_files()
790 suffix = dsp->fwf_suffix; in wm_adsp_request_firmware_files()