Searched refs:hdac_acomp_release (Results 1 – 1 of 1) sorted by relevance
/linux/sound/hda/ |
H A D | hdac_component.c | 13 static void hdac_acomp_release(struct device *dev, void *res) in hdac_acomp_release() function 19 return devres_find(dev, hdac_acomp_release, NULL, NULL); in hdac_get_acomp() 296 acomp = devres_alloc(hdac_acomp_release, sizeof(*acomp) + extra_size, in snd_hdac_acomp_init() 315 devres_destroy(dev, hdac_acomp_release, NULL, NULL); in snd_hdac_acomp_init() 350 devres_destroy(dev, hdac_acomp_release, NULL, NULL); in snd_hdac_acomp_exit()
|