Searched refs:dsp_symbol_entry (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h53 struct dsp_symbol_entry { struct
66 struct dsp_symbol_entry *symbols;
101 struct dsp_symbol_entry * task_entry;
102 struct dsp_symbol_entry * scb_symbol;
159 struct dsp_symbol_entry * null_algorithm; /* used by PCMreaderSCB's */
160 struct dsp_symbol_entry * s16_up; /* used by SRCtaskSCB's */
H A Ddsp_spos.c184 static struct dsp_symbol_entry *
188 struct dsp_symbol_entry * symbol = NULL;
232 sizeof(struct dsp_symbol_entry)));
444 struct dsp_symbol_entry *
471 static struct dsp_symbol_entry *
612 struct dsp_symbol_entry * symbol;
1021 struct dsp_symbol_entry * fg_task_tree_header_code;
1022 struct dsp_symbol_entry * task_tree_header_code;
1023 struct dsp_symbol_entry * task_tree_thread;
1024 struct dsp_symbol_entry * null_algorith
[all...]
H A Dcs46xx_lib.h81 struct dsp_symbol_entry *cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name,
H A Ddsp_spos_scb_lib.c30 static void remove_symbol (struct snd_cs46xx * chip, struct dsp_symbol_entry * symbol)
266 struct dsp_symbol_entry * task_entry,
348 struct dsp_symbol_entry * task_entry;
H A Dcs46xx_lib.c417 kcalloc(nums, sizeof(struct dsp_symbol_entry), GFP_KERNEL);
421 struct dsp_symbol_entry *entry =

Completed in 161 milliseconds