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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h170 struct dsp_symbol_entry * null_algorithm; /* used by PCMreaderSCB's */ member in struct:dsp_spos_instance
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c552 if (ins->null_algorithm == NULL) {
553 ins->null_algorithm = cs46xx_dsp_lookup_symbol (chip,"NULLALGORITHM",
556 if (ins->null_algorithm == NULL) {
563 dest,ins->null_algorithm,parent_scb,
H A Ddsp_spos.c1020 struct dsp_symbol_entry * null_algorithm; local
1059 null_algorithm = cs46xx_dsp_lookup_symbol(chip, "NULLALGORITHM", SYMBOL_CODE);
1060 if (null_algorithm == NULL) {
1102 null_scb.entry_point = null_algorithm->address;
1104 ins->the_null_scb->task_entry = null_algorithm;

Completed in 65 milliseconds