Lines Matching defs:destroy
84 int (*destroy)(void *alsa_dev);
88 .destroy = NULL,
91 .destroy = NULL,
94 .destroy = NULL,
97 .destroy = NULL,
100 .destroy = NULL,
104 .destroy = NULL,
113 int (*destroy)(void *mgr);
116 .destroy = (destroy_t)src_mgr_destroy },
118 .destroy = (destroy_t)srcimp_mgr_destroy },
120 .destroy = (destroy_t)amixer_mgr_destroy },
122 .destroy = (destroy_t)sum_mgr_destroy },
124 .destroy = (destroy_t)daio_mgr_destroy }
1233 if (rsc_mgr_funcs[i].destroy && atc->rsc_mgrs[i])
1234 rsc_mgr_funcs[i].destroy(atc->rsc_mgrs[i]);