Searched refs:cs46xx_dsp_create_generic_scb (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 343 cs46xx_dsp_create_generic_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, in cs46xx_dsp_create_generic_scb() function 389 scb = cs46xx_dsp_create_generic_scb(chip,"TimingMasterSCBInst",(u32 *)&timing_master_scb, in cs46xx_dsp_create_timing_master_scb() 428 scb = cs46xx_dsp_create_generic_scb(chip,codec_name,(u32 *)&codec_out_scb, in cs46xx_dsp_create_codec_out_scb() 473 scb = cs46xx_dsp_create_generic_scb(chip,codec_name,(u32 *)&codec_input_scb, in cs46xx_dsp_create_codec_in_scb() 674 scb = cs46xx_dsp_create_generic_scb(chip,scb_name,(u32 *)&src_task_scb, in cs46xx_dsp_create_src_task_scb() 732 scb = cs46xx_dsp_create_generic_scb(chip,scb_name,(u32 *)&filter_scb, 773 scb = cs46xx_dsp_create_generic_scb(chip,scb_name,(u32 *)&master_mix_scb, in cs46xx_dsp_create_mix_only_scb() 825 scb = cs46xx_dsp_create_generic_scb(chip,scb_name,(u32 *)&mix2_ostream_scb, in cs46xx_dsp_create_mix_to_ostream_scb() 870 scb = cs46xx_dsp_create_generic_scb(chip,scb_name,(u32 *)&vari_decimate_scb, in cs46xx_dsp_create_vari_decimate_scb() 914 scb = cs46xx_dsp_create_generic_scb(chip,scb_name,(u32 *)&pcm_serial_input_scb, in cs46xx_dsp_create_pcm_serial_input_scb() [all …]
|