Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dpath.c803 struct avs_module_create { struct
808 static struct avs_module_create avs_module_create[] = { argument
830 for (int i = 0; i < ARRAY_SIZE(avs_module_create); i++) in avs_path_module_type_create()
831 if (guid_equal(type, avs_module_create[i].guid)) in avs_path_module_type_create()
832 return avs_module_create[i].create(adev, mod); in avs_path_module_type_create()