}
EXPORT_SYMBOL_GPL(wm_adsp_read_ctl);
-static void wm_adsp_release_firmware_files(struct wm_adsp *dsp,
- const struct firmware *wmfw_firmware,
+static void wm_adsp_release_firmware_files(const struct firmware *wmfw_firmware,
char *wmfw_filename,
const struct firmware *coeff_firmware,
char *coeff_filename)
coeff_firmware, coeff_filename,
wm_adsp_fw_text[dsp->fw]);
- wm_adsp_release_firmware_files(dsp,
- wmfw_firmware, wmfw_filename,
+ wm_adsp_release_firmware_files(wmfw_firmware, wmfw_filename,
coeff_firmware, coeff_filename);
break;
case SND_SOC_DAPM_PRE_PMD:
wm_adsp_fw_text[dsp->fw]);
err:
- wm_adsp_release_firmware_files(dsp,
- wmfw_firmware, wmfw_filename,
+ wm_adsp_release_firmware_files(wmfw_firmware, wmfw_filename,
coeff_firmware, coeff_filename);
return ret;