Searched refs:iccmax_stream (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-loader.c | 285 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()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-loader.c | 323 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()
|
Completed in 3 milliseconds