Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c519 struct avs_module_create { struct
524 static struct avs_module_create avs_module_create[] = { argument
545 for (int i = 0; i < ARRAY_SIZE(avs_module_create); i++) in avs_path_module_type_create()
546 if (guid_equal(type, avs_module_create[i].guid)) in avs_path_module_type_create()
547 return avs_module_create[i].create(adev, mod); in avs_path_module_type_create()