• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/

Lines Matching refs:dsp_spos_instance

1159 	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->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED));
1832 change = chip->dsp_spos_instance->spdif_status_in;
1840 res = (change != chip->dsp_spos_instance->spdif_status_in);
1854 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1868 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1885 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1900 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1968 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
1984 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
2021 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
2037 struct dsp_spos_instance * ins = chip->dsp_spos_instance;
2751 if (chip->dsp_spos_instance) {
2753 chip->dsp_spos_instance = NULL;
3764 chip->dsp_spos_instance = cs46xx_dsp_spos_create(chip);
3765 if (chip->dsp_spos_instance == NULL) {