Searched refs:stripped_firmware (Results 1 – 1 of 1) sorted by relevance
271 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local276 stripped_firmware.data = plat_data->fw->data; in hda_dsp_cl_boot_firmware()277 stripped_firmware.size = plat_data->fw->size; in hda_dsp_cl_boot_firmware()284 tag = cl_stream_prepare(sdev, 0x40, stripped_firmware.size, in hda_dsp_cl_boot_firmware()303 memcpy(sdev->dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()304 stripped_firmware.size); in hda_dsp_cl_boot_firmware()308 ret = cl_dsp_init(sdev, stripped_firmware.data, in hda_dsp_cl_boot_firmware()309 stripped_firmware.size, tag); in hda_dsp_cl_boot_firmware()