Searched refs:dsp_scb_descriptor (Results 1 – 5 of 5) sorted by relevance
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.h | 104 struct dsp_scb_descriptor * cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name, 107 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb); 109 struct dsp_scb_descriptor * scb); 114 struct dsp_scb_descriptor * cs46xx_dsp_create_timing_master_scb (struct snd_cs46xx *chip); 115 struct dsp_scb_descriptor * 119 struct dsp_scb_descriptor * parent_scb, 121 struct dsp_scb_descriptor * 125 struct dsp_scb_descriptor * parent_scb, 128 struct dsp_scb_descriptor * scb); 129 struct dsp_scb_descriptor * [all …]
|
H A D | cs46xx_dsp_spos.h | 91 struct dsp_scb_descriptor { struct 97 struct dsp_scb_descriptor * sub_list_ptr; argument 98 struct dsp_scb_descriptor * next_scb_ptr; argument 99 struct dsp_scb_descriptor * parent_scb_ptr; argument 127 struct dsp_scb_descriptor * pcm_reader_scb; argument 128 struct dsp_scb_descriptor * src_scb; 129 struct dsp_scb_descriptor * mixer_scb; 143 struct dsp_scb_descriptor * master_mix_scb; 148 struct dsp_scb_descriptor * rear_mix_scb; 151 struct dsp_scb_descriptor * center_lfe_mix_scb; [all …]
|
H A D | dsp_spos_scb_lib.c | 26 struct dsp_scb_descriptor * scb_desc; 61 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read() 98 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in _dsp_unlink_scb() 160 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in cs46xx_dsp_remove_scb() 215 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_free_scb_desc() 233 struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_register_scb_desc() 264 static struct dsp_scb_descriptor * 267 struct dsp_scb_descriptor * parent_scb, in _dsp_create_generic_scb() 271 struct dsp_scb_descriptor * scb; in _dsp_create_generic_scb() 342 static struct dsp_scb_descriptor * [all …]
|
H A D | dsp_spos.c | 28 struct dsp_scb_descriptor * fg_entry); 911 static struct dsp_scb_descriptor * _map_scb (struct snd_cs46xx *chip, char * name, u32 dest) in _map_scb() 914 struct dsp_scb_descriptor * desc = NULL; in _map_scb() 974 struct dsp_scb_descriptor * 977 struct dsp_scb_descriptor * desc; in cs46xx_dsp_create_scb() 1027 struct dsp_scb_descriptor * timing_master_scb; in cs46xx_dsp_scb_and_task_init() 1028 struct dsp_scb_descriptor * codec_out_scb; in cs46xx_dsp_scb_and_task_init() 1029 struct dsp_scb_descriptor * codec_in_scb; in cs46xx_dsp_scb_and_task_init() 1030 struct dsp_scb_descriptor * src_task_scb; in cs46xx_dsp_scb_and_task_init() 1031 struct dsp_scb_descriptor * master_mix_scb; in cs46xx_dsp_scb_and_task_init() [all …]
|
H A D | dsp_spos.h | 193 struct dsp_scb_descriptor * scb) in cs46xx_dsp_spos_update_scb() 204 struct dsp_scb_descriptor * scb, in cs46xx_dsp_scb_set_volume()
|