Searched refs:dsp_scb_descriptor (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/include/sound/ |
D | cs46xx_dsp_spos.h | 106 struct dsp_scb_descriptor { struct 112 struct dsp_scb_descriptor * sub_list_ptr; argument 113 struct dsp_scb_descriptor * next_scb_ptr; argument 114 struct dsp_scb_descriptor * parent_scb_ptr; argument 142 struct dsp_scb_descriptor * pcm_reader_scb; argument 143 struct dsp_scb_descriptor * src_scb; 144 struct dsp_scb_descriptor * mixer_scb; 158 struct dsp_scb_descriptor * master_mix_scb; 163 struct dsp_scb_descriptor * rear_mix_scb; 166 struct dsp_scb_descriptor * center_lfe_mix_scb; [all …]
|
/linux-2.6.39/sound/pci/cs46xx/ |
D | cs46xx_lib.h | 119 struct dsp_scb_descriptor * cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name, 122 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb); 124 struct dsp_scb_descriptor * scb); 129 struct dsp_scb_descriptor * cs46xx_dsp_create_timing_master_scb (struct snd_cs46xx *chip); 130 struct dsp_scb_descriptor * 134 struct dsp_scb_descriptor * parent_scb, 136 struct dsp_scb_descriptor * 140 struct dsp_scb_descriptor * parent_scb, 143 struct dsp_scb_descriptor * scb); 144 struct dsp_scb_descriptor * [all …]
|
D | dsp_spos_scb_lib.c | 40 struct dsp_scb_descriptor * scb_desc; 75 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read() 115 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in _dsp_unlink_scb() 177 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in cs46xx_dsp_remove_scb() 232 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_free_scb_desc() 247 struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_register_scb_desc() 287 static struct dsp_scb_descriptor * 290 struct dsp_scb_descriptor * parent_scb, in _dsp_create_generic_scb() 294 struct dsp_scb_descriptor * scb; in _dsp_create_generic_scb() 359 static struct dsp_scb_descriptor * [all …]
|
D | dsp_spos.c | 41 struct dsp_scb_descriptor * fg_entry); 956 static struct dsp_scb_descriptor * _map_scb (struct snd_cs46xx *chip, char * name, u32 dest) in _map_scb() 959 struct dsp_scb_descriptor * desc = NULL; in _map_scb() 1017 struct dsp_scb_descriptor * 1020 struct dsp_scb_descriptor * desc; in cs46xx_dsp_create_scb() 1070 struct dsp_scb_descriptor * timing_master_scb; in cs46xx_dsp_scb_and_task_init() 1071 struct dsp_scb_descriptor * codec_out_scb; in cs46xx_dsp_scb_and_task_init() 1072 struct dsp_scb_descriptor * codec_in_scb; in cs46xx_dsp_scb_and_task_init() 1073 struct dsp_scb_descriptor * src_task_scb; in cs46xx_dsp_scb_and_task_init() 1074 struct dsp_scb_descriptor * master_mix_scb; in cs46xx_dsp_scb_and_task_init() [all …]
|
D | dsp_spos.h | 208 struct dsp_scb_descriptor * scb) in cs46xx_dsp_spos_update_scb() 219 struct dsp_scb_descriptor * scb, in cs46xx_dsp_scb_set_volume()
|