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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c125 if (scb->next_scb_ptr == ins->the_null_scb) {
129 if (scb->sub_list_ptr != ins->the_null_scb) {
132 scb->sub_list_ptr = ins->the_null_scb;
137 if (scb->next_scb_ptr != ins->the_null_scb) {
141 scb->next_scb_ptr = ins->the_null_scb;
144 /* snd_assert ( (scb->sub_list_ptr == ins->the_null_scb), return); */
147 if (scb->next_scb_ptr != ins->the_null_scb) {
151 scb->next_scb_ptr = ins->the_null_scb;
282 snd_assert (ins->the_null_scb != NULL,return NULL);
286 (ins->the_null_scb
[all...]
H A Ddsp_spos.c1103 ins->the_null_scb = cs46xx_dsp_create_scb(chip, "nullSCB", (u32 *)&null_scb, NULL_SCB_ADDR);
1104 ins->the_null_scb->task_entry = null_algorithm;
1105 ins->the_null_scb->sub_list_ptr = ins->the_null_scb;
1106 ins->the_null_scb->next_scb_ptr = ins->the_null_scb;
1107 ins->the_null_scb->parent_scb_ptr = NULL;
1108 cs46xx_dsp_proc_register_scb_desc (chip,ins->the_null_scb);
1576 async_codec_scb_desc->sub_list_ptr = ins->the_null_scb;
1581 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h186 struct dsp_scb_descriptor * the_null_scb; member in struct:dsp_spos_instance

Completed in 65 milliseconds