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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos.c64 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.c46 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
76 struct dsp_spos_instance * ins;
81 ins = chip->dsp_spos_instance;
117 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
179 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
236 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
[all...]
H A Dcs46xx_lib.c1159 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1774 ucontrol->value.integer.value[0] = chip->dsp_spos_instance->dac_volume_left;
1775 ucontrol->value.integer.value[1] = chip->dsp_spos_instance->dac_volume_right;
1785 if (chip->dsp_spos_instance->dac_volume_right != ucontrol->value.integer.value[0] ||
1786 chip->dsp_spos_instance->dac_volume_left != ucontrol->value.integer.value[1]) {
1806 ucontrol->value.integer.value[0] = (chip->dsp_spos_instance->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED);
1808 ucontrol->value.integer.value[0] = chip->dsp_spos_instance->spdif_status_in;
1822 change = (chip->dsp_spos_instance->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED);
1828 res = (change != (chip->dsp_spos_instance
[all...]
H A Dcs46xx_lib.h90 struct dsp_spos_instance *cs46xx_dsp_spos_create (struct snd_cs46xx * chip);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h149 struct dsp_spos_instance { struct
H A Dcs46xx.h1714 struct dsp_spos_instance * dsp_spos_instance; member in struct:snd_cs46xx

Completed in 202 milliseconds