Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dcs46xx_dsp_spos.h174 struct dsp_symbol_entry * null_algorithm; /* used by PCMreaderSCB's */ member
/linux-2.6.39/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c580 if (ins->null_algorithm == NULL) { in cs46xx_dsp_create_pcm_reader_scb()
581 ins->null_algorithm = cs46xx_dsp_lookup_symbol (chip,"NULLALGORITHM", in cs46xx_dsp_create_pcm_reader_scb()
584 if (ins->null_algorithm == NULL) { in cs46xx_dsp_create_pcm_reader_scb()
591 dest,ins->null_algorithm,parent_scb, in cs46xx_dsp_create_pcm_reader_scb()
Ddsp_spos.c1067 struct dsp_symbol_entry * null_algorithm; in cs46xx_dsp_scb_and_task_init() local
1106 null_algorithm = cs46xx_dsp_lookup_symbol(chip, "NULLALGORITHM", SYMBOL_CODE); in cs46xx_dsp_scb_and_task_init()
1107 if (null_algorithm == NULL) { in cs46xx_dsp_scb_and_task_init()
1149 null_scb.entry_point = null_algorithm->address; in cs46xx_dsp_scb_and_task_init()
1151 ins->the_null_scb->task_entry = null_algorithm; in cs46xx_dsp_scb_and_task_init()