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

/linux-4.4.14/sound/pci/cs46xx/
H A Ddsp_spos.c1518 struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc; cs46xx_dsp_async_init() local
1651 spdifi_scb_desc = cs46xx_dsp_create_scb(chip,"SPDIFISCB",(u32 *)&spdifi_scb,SPDIFI_SCB_INST); cs46xx_dsp_async_init()
1652 if (snd_BUG_ON(!spdifi_scb_desc)) cs46xx_dsp_async_init()
1659 async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc; cs46xx_dsp_async_init()
1663 spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc; cs46xx_dsp_async_init()
1664 spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc; cs46xx_dsp_async_init()
1665 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb; cs46xx_dsp_async_init()
1666 spdifi_scb_desc->task_entry = spdifi_task; cs46xx_dsp_async_init()
1668 spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc; cs46xx_dsp_async_init()
1679 cs46xx_dsp_proc_register_scb_desc (chip,spdifi_scb_desc); cs46xx_dsp_async_init()

Completed in 96 milliseconds