Searched refs:rpatch (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/sound/emu10k1/ |
D | main.c | 465 struct dsp_rpatch *rpatch; in fx_init() local 560 ROUTING_PATCH_START(rpatch, "Routing"); in fx_init() 561 GET_INPUT_GPR(rpatch, 0x100, 0x0); in fx_init() 562 GET_INPUT_GPR(rpatch, 0x101, 0x1); in fx_init() 563 GET_INPUT_GPR(rpatch, 0x10c, 0x12); in fx_init() 564 GET_INPUT_GPR(rpatch, 0x10e, 0x13); in fx_init() 565 GET_INPUT_GPR(rpatch, 0x113, MULTI_FRONT_L); in fx_init() 566 GET_INPUT_GPR(rpatch, 0x114, MULTI_FRONT_R); in fx_init() 567 GET_INPUT_GPR(rpatch, 0x115, MULTI_REAR_L); in fx_init() 568 GET_INPUT_GPR(rpatch, 0x116, MULTI_REAR_R); in fx_init() [all …]
|
D | efxmgr.c | 39 struct dsp_rpatch *rpatch; in emu10k1_find_control_gpr() local 46 rpatch = &mgr->rpatch; in emu10k1_find_control_gpr() 47 if (!strcmp(rpatch->name, patch_name)) { in emu10k1_find_control_gpr() 48 gpr_used = rpatch->gpr_used; in emu10k1_find_control_gpr()
|
D | efxmgr.h | 106 struct dsp_rpatch rpatch; member 188 patch = &mgr->rpatch; \ 198 #define CONNECT(input, output) set_bit(input, &rpatch->route[(output) - OUTPUT_BASE]); 200 #define CONNECT_V(input, output) set_bit(input, &rpatch->route_v[(output) - OUTPUT_BASE]);
|
D | mixer.c | 334 if (copy_to_user((void *) arg, &card->mgr.rpatch, sizeof(struct dsp_rpatch))) in emu10k1_private_mixer() 372 memcpy(&card->mgr.rpatch, &ctl->val[1], sizeof(struct dsp_rpatch)); in emu10k1_private_mixer()
|