Lines Matching defs:scb
1298 /* create write back scb */
1862 struct dsp_scb_descriptor * scb;
1867 scb = ins->master_mix_scb->sub_list_ptr;
1868 while (scb != ins->the_null_scb) {
1869 cs46xx_dsp_scb_set_volume (chip,scb,left,right);
1870 scb = scb->next_scb_ptr;
1874 scb = ins->rear_mix_scb->sub_list_ptr;
1875 while (scb != ins->the_null_scb) {
1876 cs46xx_dsp_scb_set_volume (chip,scb,left,right);
1877 scb = scb->next_scb_ptr;