Searched refs:null_algorithm (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h174 struct dsp_symbol_entry * null_algorithm; /* used by PCMreaderSCB's */ member in struct:dsp_spos_instance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c558 if (ins->null_algorithm == NULL) {
559 ins->null_algorithm = cs46xx_dsp_lookup_symbol (chip,"NULLALGORITHM",
562 if (ins->null_algorithm == NULL) {
569 dest,ins->null_algorithm,parent_scb,
H A Ddsp_spos.c1058 struct dsp_symbol_entry * null_algorithm; local
1097 null_algorithm = cs46xx_dsp_lookup_symbol(chip, "NULLALGORITHM", SYMBOL_CODE);
1098 if (null_algorithm == NULL) {
1140 null_scb.entry_point = null_algorithm->address;
1142 ins->the_null_scb->task_entry = null_algorithm;

Completed in 42 milliseconds