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