Lines Matching refs:rpatch
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()
569 GET_INPUT_GPR(rpatch, 0x117, MULTI_CENTER); in fx_init()
570 GET_INPUT_GPR(rpatch, 0x118, MULTI_LFE); in fx_init()
572 GET_DYNAMIC_GPR(rpatch, 0x102); in fx_init()
573 GET_DYNAMIC_GPR(rpatch, 0x103); in fx_init()
575 GET_OUTPUT_GPR(rpatch, 0x104, 0x8); in fx_init()
576 GET_OUTPUT_GPR(rpatch, 0x105, 0x9); in fx_init()
577 GET_OUTPUT_GPR(rpatch, 0x10a, 0x2); in fx_init()
578 GET_OUTPUT_GPR(rpatch, 0x10b, 0x3); in fx_init()
661 ROUTING_PATCH_END(rpatch); in fx_init()