async_codec_scb_desc 1451 sound/pci/cs46xx/dsp_spos.c 	struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc;
async_codec_scb_desc 1587 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc = cs46xx_dsp_create_scb(chip,"AsynCodecInputSCB",(u32 *)&async_codec_input_scb, HFG_TREE_SCB);
async_codec_scb_desc 1588 sound/pci/cs46xx/dsp_spos.c 		if (snd_BUG_ON(!async_codec_scb_desc))
async_codec_scb_desc 1591 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->parent_scb_ptr = NULL;
async_codec_scb_desc 1592 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc;
async_codec_scb_desc 1593 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->sub_list_ptr = ins->the_null_scb;
async_codec_scb_desc 1594 sound/pci/cs46xx/dsp_spos.c 		async_codec_scb_desc->task_entry = s16_async_codec_input_task;
async_codec_scb_desc 1596 sound/pci/cs46xx/dsp_spos.c 		spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc;
async_codec_scb_desc 1613 sound/pci/cs46xx/dsp_spos.c 		cs46xx_dsp_proc_register_scb_desc (chip,async_codec_scb_desc);