Symbol: snd_trident_voice
sound/pci/trident/trident.h
235
struct snd_trident_voice;
sound/pci/trident/trident.h
298
struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
sound/pci/trident/trident.h
316
void (*private_free)(struct snd_trident_voice *voice);
sound/pci/trident/trident.h
323
struct snd_trident_voice voices[64];
sound/pci/trident/trident.h
331
struct snd_trident_voice *voice; /* active voice */
sound/pci/trident/trident.h
409
struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type,
sound/pci/trident/trident.h
411
void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice);
sound/pci/trident/trident.h
414
void snd_trident_write_voice_regs(struct snd_trident * trident, struct snd_trident_voice *voice);
sound/pci/trident/trident_main.c
1005
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1113
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1114
struct snd_trident_voice *evoice = voice ? voice->extra : NULL;
sound/pci/trident/trident_main.c
1138
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1139
struct snd_trident_voice *evoice = voice->extra;
sound/pci/trident/trident_main.c
1208
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1209
struct snd_trident_voice *evoice = voice->extra;
sound/pci/trident/trident_main.c
1348
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1349
struct snd_trident_voice *evoice = voice->extra;
sound/pci/trident/trident_main.c
1488
struct snd_trident_voice *voice, *evoice;
sound/pci/trident/trident_main.c
1583
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1620
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1650
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1782
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1795
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
1823
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
1843
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
1922
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
1966
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
1993
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
2839
struct snd_trident_voice *voice,
sound/pci/trident/trident_main.c
2856
static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_trident_voice *voice, struct snd_pcm_substream *substream)
sound/pci/trident/trident_main.c
3470
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
35
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
3623
struct snd_trident_voice *voice;
sound/pci/trident/trident_main.c
3712
struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, int client, int port)
sound/pci/trident/trident_main.c
3714
struct snd_trident_voice *pvoice;
sound/pci/trident/trident_main.c
3750
void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice)
sound/pci/trident/trident_main.c
3752
void (*private_free)(struct snd_trident_voice *);
sound/pci/trident/trident_main.c
38
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
426
struct snd_trident_voice * voice)
sound/pci/trident/trident_main.c
509
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
535
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
561
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
592
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
614
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
638
struct snd_trident_voice * voice,
sound/pci/trident/trident_main.c
781
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
812
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
813
struct snd_trident_voice *evoice = voice->extra;
sound/pci/trident/trident_main.c
873
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
874
struct snd_trident_voice *evoice = voice ? voice->extra : NULL;
sound/pci/trident/trident_main.c
904
struct snd_trident_voice *voice = runtime->private_data;
sound/pci/trident/trident_main.c
905
struct snd_trident_voice *evoice = voice->extra;