• 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_scb_descriptor

40 	struct dsp_scb_descriptor * scb_desc;
75 struct dsp_scb_descriptor * scb = scb_info->scb_desc;
115 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb)
177 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb)
219 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb)
234 struct dsp_scb_descriptor * scb)
274 static struct dsp_scb_descriptor *
277 struct dsp_scb_descriptor * parent_scb,
281 struct dsp_scb_descriptor * scb;
341 static struct dsp_scb_descriptor *
344 struct dsp_scb_descriptor * parent_scb,
361 struct dsp_scb_descriptor *
364 struct dsp_scb_descriptor * scb;
395 struct dsp_scb_descriptor *
398 u32 dest, struct dsp_scb_descriptor * parent_scb,
401 struct dsp_scb_descriptor * scb;
433 struct dsp_scb_descriptor *
436 u32 dest, struct dsp_scb_descriptor * parent_scb,
440 struct dsp_scb_descriptor * scb;
474 static struct dsp_scb_descriptor *
478 struct dsp_scb_descriptor * parent_scb,
482 struct dsp_scb_descriptor * scb;
577 struct dsp_scb_descriptor *
582 struct dsp_scb_descriptor * parent_scb,
588 struct dsp_scb_descriptor * scb;
681 struct dsp_scb_descriptor *
684 struct dsp_scb_descriptor * parent_scb,
687 struct dsp_scb_descriptor * scb;
721 struct dsp_scb_descriptor *
724 struct dsp_scb_descriptor * parent_scb,
727 struct dsp_scb_descriptor * scb;
775 struct dsp_scb_descriptor *
780 struct dsp_scb_descriptor * parent_scb,
784 struct dsp_scb_descriptor * scb;
819 static struct dsp_scb_descriptor *
821 struct dsp_scb_descriptor * input_scb,
822 struct dsp_scb_descriptor * parent_scb,
826 struct dsp_scb_descriptor * scb;
862 static struct dsp_scb_descriptor *
866 struct dsp_scb_descriptor * parent_scb,
870 struct dsp_scb_descriptor * scb;
909 struct dsp_scb_descriptor *
913 struct dsp_scb_descriptor * parent_scb,
917 struct dsp_scb_descriptor * scb;
960 struct dsp_scb_descriptor *
962 struct dsp_scb_descriptor * parent_scb,
965 struct dsp_scb_descriptor * scb;
996 struct dsp_scb_descriptor *
999 struct dsp_scb_descriptor * snoop_scb,
1000 struct dsp_scb_descriptor * parent_scb,
1003 struct dsp_scb_descriptor * scb;
1032 static struct dsp_scb_descriptor *
1033 find_next_free_scb (struct snd_cs46xx * chip, struct dsp_scb_descriptor * from)
1036 struct dsp_scb_descriptor * scb = from;
1124 struct dsp_scb_descriptor * src_scb = NULL, * pcm_scb, * mixer_scb = NULL;
1125 struct dsp_scb_descriptor * src_parent_scb = NULL;
1127 /* struct dsp_scb_descriptor * pcm_parent_scb; */
1416 struct dsp_scb_descriptor * parent_scb;
1417 struct dsp_scb_descriptor * src_scb = pcm_channel->src_scb;
1450 struct dsp_scb_descriptor *
1451 cs46xx_add_record_source (struct snd_cs46xx *chip, struct dsp_scb_descriptor * source,
1455 struct dsp_scb_descriptor * parent;
1456 struct dsp_scb_descriptor * pcm_input;
1477 int cs46xx_src_unlink(struct snd_cs46xx *chip, struct dsp_scb_descriptor * src)
1494 int cs46xx_src_link(struct snd_cs46xx *chip, struct dsp_scb_descriptor * src)
1497 struct dsp_scb_descriptor * parent_scb;