Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/cs46xx/
Ddsp_spos.c1452 struct dsp_scb_descriptor * spdifi_scb_desc, * spdifo_scb_desc, * async_codec_scb_desc; in cs46xx_dsp_async_init() local
1588async_codec_scb_desc = cs46xx_dsp_create_scb(chip,"AsynCodecInputSCB",(u32 *)&async_codec_input_sc… in cs46xx_dsp_async_init()
1589 if (snd_BUG_ON(!async_codec_scb_desc)) in cs46xx_dsp_async_init()
1592 async_codec_scb_desc->parent_scb_ptr = NULL; in cs46xx_dsp_async_init()
1593 async_codec_scb_desc->next_scb_ptr = spdifi_scb_desc; in cs46xx_dsp_async_init()
1594 async_codec_scb_desc->sub_list_ptr = ins->the_null_scb; in cs46xx_dsp_async_init()
1595 async_codec_scb_desc->task_entry = s16_async_codec_input_task; in cs46xx_dsp_async_init()
1597 spdifi_scb_desc->parent_scb_ptr = async_codec_scb_desc; in cs46xx_dsp_async_init()
1614 cs46xx_dsp_proc_register_scb_desc (chip,async_codec_scb_desc); in cs46xx_dsp_async_init()