Home
last modified time | relevance | path

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

/openbmc/linux/sound/aoa/core/
H A Dcore.c84 int aoa_fabric_register(struct aoa_fabric *new_fabric, struct device *dev) in aoa_fabric_register() function
113 EXPORT_SYMBOL_GPL(aoa_fabric_register);
/openbmc/linux/sound/aoa/
H A Daoa.h99 aoa_fabric_register(struct aoa_fabric *fabric, struct device *dev);
/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c1071 err = aoa_fabric_register(&layout_fabric, &sdev->ofdev.dev); in aoa_fabric_layout_probe()