spdifi_scb_desc  1451 sound/pci/cs46xx/dsp_spos.c 	struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc;
spdifi_scb_desc  1584 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc = cs46xx_dsp_create_scb(chip,"SPDIFISCB",(u32 *)&spdifi_scb,SPDIFI_SCB_INST);
spdifi_scb_desc  1585 sound/pci/cs46xx/dsp_spos.c 		if (snd_BUG_ON(!spdifi_scb_desc))
spdifi_scb_desc  1592 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc;
spdifi_scb_desc  1596 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc;
spdifi_scb_desc  1597 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc;
spdifi_scb_desc  1598 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->sub_list_ptr = ins->the_null_scb;
spdifi_scb_desc  1599 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->task_entry = spdifi_task;
spdifi_scb_desc  1601 sound/pci/cs46xx/dsp_spos.c 		spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc;
spdifi_scb_desc  1612 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_proc_register_scb_desc (chip,spdifi_scb_desc);