Searched refs:spdifi_scb_desc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 1451 struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc; in cs46xx_dsp_async_init() local 1584 spdifi_scb_desc = cs46xx_dsp_create_scb(chip,"SPDIFISCB",(u32 *)&spdifi_scb,SPDIFI_SCB_INST); in cs46xx_dsp_async_init() 1585 if (snd_BUG_ON(!spdifi_scb_desc)) in cs46xx_dsp_async_init() 1592 async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init() 1596 spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc; in cs46xx_dsp_async_init() 1597 spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init() 1598 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init() 1599 spdifi_scb_desc->task_entry = spdifi_task; in cs46xx_dsp_async_init() 1601 spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init() 1612 cs46xx_dsp_proc_register_scb_desc (chip,spdifi_scb_desc); in cs46xx_dsp_async_init() [all...] |
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 1452 struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc; in cs46xx_dsp_async_init() local 1585 spdifi_scb_desc = cs46xx_dsp_create_scb(chip,"SPDIFISCB",(u32 *)&spdifi_scb,SPDIFI_SCB_INST); in cs46xx_dsp_async_init() 1586 if (snd_BUG_ON(!spdifi_scb_desc)) in cs46xx_dsp_async_init() 1593 async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init() 1597 spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc; in cs46xx_dsp_async_init() 1598 spdifi_scb_desc->next_scb_ptr = spdifo_scb_desc; in cs46xx_dsp_async_init() 1599 spdifi_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init() 1600 spdifi_scb_desc->task_entry = spdifi_task; in cs46xx_dsp_async_init() 1602 spdifo_scb_desc->parent_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init() 1613 cs46xx_dsp_proc_register_scb_desc (chip,spdifi_scb_desc); in cs46xx_dsp_async_init() [all...] |
Completed in 4 milliseconds