Searched refs:dsp_spos_instance (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos.c65 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
132 static int find_free_symbol_index (struct dsp_spos_instance * ins)
149 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
190 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
224 struct dsp_spos_instance *cs46xx_dsp_spos_create (struct snd_cs46xx * chip)
226 struct dsp_spos_instance * ins = kzalloc(sizeof(struct dsp_spos_instance), GFP_KERNE
[all...]
H A Ddsp_spos_scb_lib.c47 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
74 struct dsp_spos_instance * ins;
79 ins = chip->dsp_spos_instance;
115 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
181 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
233 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
[all...]
H A Dcs46xx_lib.c1152 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1767 ucontrol->value.integer.value[0] = chip->dsp_spos_instance->dac_volume_left;
1768 ucontrol->value.integer.value[1] = chip->dsp_spos_instance->dac_volume_right;
1778 if (chip->dsp_spos_instance->dac_volume_right != ucontrol->value.integer.value[0] ||
1779 chip->dsp_spos_instance->dac_volume_left != ucontrol->value.integer.value[1]) {
1807 ucontrol->value.integer.value[0] = (chip->dsp_spos_instance->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED);
1809 ucontrol->value.integer.value[0] = chip->dsp_spos_instance->spdif_status_in;
1823 change = (chip->dsp_spos_instance->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED);
1829 res = (change != (chip->dsp_spos_instance
[all...]
H A Dcs46xx_lib.h86 struct dsp_spos_instance *cs46xx_dsp_spos_create (struct snd_cs46xx * chip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h145 struct dsp_spos_instance { struct
H A Dcs46xx.h1717 struct dsp_spos_instance * dsp_spos_instance; member in struct:snd_cs46xx

Completed in 70 milliseconds