Home
last modified time | relevance | path

Searched refs:dsp_patch (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/sound/emu10k1/
Defxmgr.h59 struct dsp_patch { struct
112 #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…
Dmixer.c189 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()
Defxmgr.c38 struct dsp_patch *patch; in emu10k1_find_control_gpr()
Dmain.c464 struct dsp_patch *patch; in fx_init()