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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Defxmgr.c39 struct dsp_rpatch *rpatch; local
46 rpatch = &mgr->rpatch;
47 if (!strcmp(rpatch->name, patch_name)) {
48 gpr_used = rpatch->gpr_used;
H A Dmain.c550 struct dsp_rpatch *rpatch; local
643 ROUTING_PATCH_START(rpatch, "Routing");
644 ROUTING_PATCH_END(rpatch);
727 ROUTING_PATCH_START(rpatch, "Routing");
728 GET_INPUT_GPR(rpatch, 0x100, 0x0);
729 GET_INPUT_GPR(rpatch, 0x101, 0x1);
730 GET_INPUT_GPR(rpatch, 0x10c, 0x12);
731 GET_INPUT_GPR(rpatch, 0x10e, 0x13);
732 GET_INPUT_GPR(rpatch, 0x113, MULTI_FRONT_L);
733 GET_INPUT_GPR(rpatch,
[all...]
H A Defxmgr.h123 struct dsp_rpatch rpatch; member in struct:patch_manager
205 patch = &mgr->rpatch; \
215 #define CONNECT(input, output) set_bit(input, &rpatch->route[(output) - OUTPUT_BASE]);
217 #define CONNECT_V(input, output) set_bit(input, &rpatch->route_v[(output) - OUTPUT_BASE]);
H A Dmixer.c324 if (copy_to_user(argp, &card->mgr.rpatch, sizeof(struct dsp_rpatch)))
362 memcpy(&card->mgr.rpatch, &ctl->val[1], sizeof(struct dsp_rpatch));

Completed in 57 milliseconds