Searched refs:dsp_scb_descriptor (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h106 struct dsp_scb_descriptor { struct
111 struct dsp_scb_descriptor * sub_list_ptr;
112 struct dsp_scb_descriptor * next_scb_ptr;
113 struct dsp_scb_descriptor * parent_scb_ptr;
138 struct dsp_scb_descriptor * pcm_reader_scb;
139 struct dsp_scb_descriptor * src_scb;
140 struct dsp_scb_descriptor * mixer_scb;
154 struct dsp_scb_descriptor * master_mix_scb;
159 struct dsp_scb_descriptor * rear_mix_scb;
162 struct dsp_scb_descriptor * center_lfe_mix_sc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.h112 struct dsp_scb_descriptor * cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name,
115 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb);
117 struct dsp_scb_descriptor * scb);
122 struct dsp_scb_descriptor * cs46xx_dsp_create_timing_master_scb (struct snd_cs46xx *chip);
123 struct dsp_scb_descriptor *
127 struct dsp_scb_descriptor * parent_scb,
129 struct dsp_scb_descriptor *
133 struct dsp_scb_descriptor * parent_scb,
136 struct dsp_scb_descriptor * scb);
137 struct dsp_scb_descriptor *
[all...]
H A Ddsp_spos_scb_lib.c41 struct dsp_scb_descriptor * scb_desc;
73 struct dsp_scb_descriptor * scb = scb_info->scb_desc;
113 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb)
179 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb)
215 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb)
231 struct dsp_scb_descriptor * scb)
271 static struct dsp_scb_descriptor *
274 struct dsp_scb_descriptor * parent_scb,
278 struct dsp_scb_descriptor * scb;
335 static struct dsp_scb_descriptor *
[all...]
H A Ddsp_spos.h208 struct dsp_scb_descriptor * scb)
218 struct dsp_scb_descriptor * scb,
H A Ddsp_spos.c42 struct dsp_scb_descriptor * fg_entry);
925 static struct dsp_scb_descriptor * _map_scb (struct snd_cs46xx *chip, char * name, u32 dest)
928 struct dsp_scb_descriptor * desc = NULL;
982 struct dsp_scb_descriptor *
985 struct dsp_scb_descriptor * desc;
1023 struct dsp_scb_descriptor * timing_master_scb;
1024 struct dsp_scb_descriptor * codec_out_scb;
1025 struct dsp_scb_descriptor * codec_in_scb;
1026 struct dsp_scb_descriptor * src_task_scb;
1027 struct dsp_scb_descriptor * master_mix_sc
[all...]

Completed in 64 milliseconds