Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/emu10k1/
Defxmgr.h59 struct dsp_patch { struct
60 char name[PATCH_NAME_SIZE];
61 u8 id;
62 unsigned long input; /* bitmap of the lines used as inputs */
63 unsigned long output; /* bitmap of the lines used as outputs */
64 u16 code_start;
65 u16 code_size;
67 unsigned long gpr_used[NUM_GPRS / (sizeof(unsigned long) * 8) + 1]; /* bitmap of used gprs */
68 unsigned long gpr_input[NUM_GPRS / (sizeof(unsigned long) * 8) + 1];
69 u8 traml_istart; /* starting address of the internal tram lines used */
[all …]