• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/

Lines Matching refs:snd_trident_voice

50 				       struct snd_trident_voice * voice,
53 struct snd_trident_voice * voice,
405 struct snd_trident_voice * voice)
475 struct snd_trident_voice * voice,
501 struct snd_trident_voice * voice,
527 struct snd_trident_voice * voice,
558 struct snd_trident_voice * voice,
580 struct snd_trident_voice * voice,
604 struct snd_trident_voice * voice,
767 struct snd_trident_voice *voice = runtime->private_data;
801 struct snd_trident_voice *voice = runtime->private_data;
802 struct snd_trident_voice *evoice = voice->extra;
862 struct snd_trident_voice *voice = runtime->private_data;
863 struct snd_trident_voice *evoice = voice ? voice->extra : NULL;
894 struct snd_trident_voice *voice = runtime->private_data;
895 struct snd_trident_voice *evoice = voice->extra;
987 struct snd_trident_voice *voice = runtime->private_data;
1101 struct snd_trident_voice *voice = runtime->private_data;
1102 struct snd_trident_voice *evoice = voice ? voice->extra : NULL;
1127 struct snd_trident_voice *voice = runtime->private_data;
1128 struct snd_trident_voice *evoice = voice->extra;
1198 struct snd_trident_voice *voice = runtime->private_data;
1199 struct snd_trident_voice *evoice = voice->extra;
1341 struct snd_trident_voice *voice = runtime->private_data;
1342 struct snd_trident_voice *evoice = voice->extra;
1483 struct snd_trident_voice *voice, *evoice;
1576 struct snd_trident_voice *voice = runtime->private_data;
1615 struct snd_trident_voice *voice = runtime->private_data;
1645 struct snd_trident_voice *voice = runtime->private_data;
1777 struct snd_trident_voice *voice = runtime->private_data;
1790 struct snd_trident_voice *voice;
1818 struct snd_trident_voice *voice = runtime->private_data;
1838 struct snd_trident_voice *voice;
1917 struct snd_trident_voice *voice;
1961 struct snd_trident_voice *voice;
1988 struct snd_trident_voice *voice;
2880 struct snd_trident_voice *voice,
2896 static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_trident_voice *voice, struct snd_pcm_substream *substream)
3489 struct snd_trident_voice *voice;
3672 struct snd_trident_voice *voice;
3779 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int client, int port)
3781 struct snd_trident_voice *pvoice;
3825 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice)
3828 void (*private_free)(struct snd_trident_voice *);