Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-loader.c323 struct hdac_ext_stream *iccmax_stream; in hda_dsp_cl_boot_firmware_iccmax() local
336 iccmax_stream = hda_cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, PAGE_SIZE, in hda_dsp_cl_boot_firmware_iccmax()
338 if (IS_ERR(iccmax_stream)) { in hda_dsp_cl_boot_firmware_iccmax()
340 return PTR_ERR(iccmax_stream); in hda_dsp_cl_boot_firmware_iccmax()
349 ret1 = hda_cl_cleanup(sdev, &dmab_bdl, iccmax_stream); in hda_dsp_cl_boot_firmware_iccmax()