Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H A Dloader.c48 #define AVS_LIB_NAME_SIZE 8 macro
53 char name[AVS_LIB_NAME_SIZE];
531 if (!strncmp(adev->lib_names[j], man->name, AVS_LIB_NAME_SIZE)) in avs_dsp_load_libraries()
538 strncpy(adev->lib_names[id], man->name, AVS_LIB_NAME_SIZE); in avs_dsp_load_libraries()
614 memset(adev->lib_names[i], 0, AVS_LIB_NAME_SIZE); in avs_dsp_boot_firmware()
691 adev->lib_names[i] = devm_kzalloc(adev->dev, AVS_LIB_NAME_SIZE, GFP_KERNEL); in avs_dsp_first_boot_firmware()