Searched refs:dsp_patch (Results 1 – 4 of 4) sorted by relevance
59 struct dsp_patch { struct112 #define PATCHES_PER_PAGE (PAGE_SIZE / sizeof(struct dsp_patch))114 #define PATCH(mgr, i) ((struct dsp_patch *) (mgr)->patch[(i) / PATCHES_PER_PAGE] + (i) % PATCHES_PE…
189 struct dsp_patch *patch; in emu10k1_private_mixer()342 if (copy_to_user((void *) arg, PATCH(&card->mgr, ctl->val[0] - 1), sizeof(struct dsp_patch))) in emu10k1_private_mixer()395 memcpy(patch, &ctl->val[1], sizeof(struct dsp_patch)); in emu10k1_private_mixer()
38 struct dsp_patch *patch; in emu10k1_find_control_gpr()
464 struct dsp_patch *patch; in fx_init()