Home
last modified time | relevance | path

Searched defs:dsp_spos_instance (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/sound/
Dcs46xx_dsp_spos.h149 struct dsp_spos_instance { struct
150 struct dsp_symbol_desc symbol_table; /* currently available loaded symbols in SP */
152 int nmodules;
153 struct dsp_module_desc * modules; /* modules loaded into SP */
155 struct dsp_segment_desc code;
158 struct dsp_scb_descriptor * master_mix_scb;
159 u16 dac_volume_right;
160 u16 dac_volume_left;
163 struct dsp_scb_descriptor * rear_mix_scb;
166 struct dsp_scb_descriptor * center_lfe_mix_scb;
[all …]
Dcs46xx.h1714 struct dsp_spos_instance * dsp_spos_instance; member