Home
last modified time | relevance | path

Searched refs:spdifo_scb_desc (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/cs46xx/
Ddsp_spos.c1518 struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc; in cs46xx_dsp_async_init() local
1647 spdifo_scb_desc = cs46xx_dsp_create_scb(chip,"SPDIFOSCB",(u32 *)&spdifo_scb,SPDIFO_SCB_INST); in cs46xx_dsp_async_init()
1649 if (snd_BUG_ON(!spdifo_scb_desc)) in cs46xx_dsp_async_init()
1664 spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init()
1668 spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init()
1669 spdifo_scb_desc->next_scb_ptr = fg_entry; in cs46xx_dsp_async_init()
1670 spdifo_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init()
1671 spdifo_scb_desc->task_entry = spdifo_task; in cs46xx_dsp_async_init()
1675 fg_entry->parent_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init()
1678 cs46xx_dsp_proc_register_scb_desc (chip,spdifo_scb_desc); in cs46xx_dsp_async_init()