Searched refs:AVS_LIB_NAME_SIZE (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/soc/intel/avs/ |
D | loader.c | 48 #define AVS_LIB_NAME_SIZE 8 macro 53 char name[AVS_LIB_NAME_SIZE]; 533 if (!strncmp(adev->lib_names[j], man->name, AVS_LIB_NAME_SIZE)) in avs_dsp_load_libraries() 540 strscpy(adev->lib_names[id], man->name, AVS_LIB_NAME_SIZE); in avs_dsp_load_libraries() 616 memset(adev->lib_names[i], 0, AVS_LIB_NAME_SIZE); in avs_dsp_boot_firmware() 697 adev->lib_names[i] = devm_kzalloc(adev->dev, AVS_LIB_NAME_SIZE, GFP_KERNEL); in avs_dsp_first_boot_firmware() 703 strscpy(adev->lib_names[0], "BASEFW", AVS_LIB_NAME_SIZE); in avs_dsp_first_boot_firmware()
|