Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-loader.c285 struct hdac_ext_stream *iccmax_stream; in hda_dsp_cl_boot_firmware_iccmax() local
302 iccmax_stream = cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware_iccmax()
304 if (IS_ERR(iccmax_stream)) { in hda_dsp_cl_boot_firmware_iccmax()
306 return PTR_ERR(iccmax_stream); in hda_dsp_cl_boot_firmware_iccmax()
315 ret1 = cl_cleanup(sdev, &sdev->dmab_bdl, iccmax_stream); in hda_dsp_cl_boot_firmware_iccmax()