Searched refs:amixer_mgr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctamixer.h80 struct amixer_mgr { struct
85 int (*get_amixer)(struct amixer_mgr *mgr,
89 int (*put_amixer)(struct amixer_mgr *mgr, struct amixer *amixer);
93 int amixer_mgr_create(void *hw, struct amixer_mgr **ramixer_mgr);
94 int amixer_mgr_destroy(struct amixer_mgr *amixer_mgr);
H A Dctamixer.c202 struct amixer_mgr *mgr)
232 static int get_amixer_rsc(struct amixer_mgr *mgr,
283 static int put_amixer_rsc(struct amixer_mgr *mgr, struct amixer *amixer)
299 int amixer_mgr_create(void *hw, struct amixer_mgr **ramixer_mgr)
302 struct amixer_mgr *amixer_mgr; local
305 amixer_mgr = kzalloc(sizeof(*amixer_mgr), GFP_KERNEL);
306 if (!amixer_mgr)
309 err = rsc_mgr_init(&amixer_mgr
327 amixer_mgr_destroy(struct amixer_mgr *amixer_mgr) argument
[all...]
H A Dctmixer.c734 struct amixer_mgr *amixer_mgr; local
756 amixer_mgr = (struct amixer_mgr *)mixer->atc->rsc_mgrs[AMIXER];
759 err = amixer_mgr->get_amixer(amixer_mgr, &am_desc, &amixer);
776 amixer_mgr->put_amixer(amixer_mgr, amixer);
1035 struct amixer_mgr *amixer_mgr local
[all...]
H A Dctatc.c244 struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER]; local
282 err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
322 struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER]; local
349 amixer_mgr->put_amixer(amixer_mgr, apcm->amixers[i]);
497 struct amixer_mgr *amixer_mgr local
778 struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER]; local
[all...]

Completed in 22 milliseconds