Searched refs:voices (Results 26 - 42 of 42) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demuproc.c359 voice = &emu->voices[idx];
462 struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices)
474 for (j = 0; j < voices; j++) {
599 if (! snd_card_proc_new(emu->card, "voices", &entry))
461 snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices) argument
H A Dirq.c63 struct snd_emu10k1_voice *pvoice = emu->voices;
H A Demu10k1x.c248 struct emu10k1x_voice voices[3]; member in struct:emu10k1x
417 epcm->voice = &epcm->emu->voices[substream->pcm->device];
782 struct emu10k1x_voice *pvoice = chip->voices;
948 chip->voices[ch].emu = chip;
949 chip->voices[ch].number = ch;
H A Demu10k1_main.c1629 emu->voices[idx].emu = emu;
1630 emu->voices[idx].number = idx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_callback.c149 * no matter what. If there is a real shortage of voices then one
187 vp = &emu->voices[i];
220 vp = &emu->voices[best[i].voice];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_sample.c148 v = &gus->gf1.voices[voice];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/
H A Dusbmidi.c1065 short int voices; member in struct:port_info
1071 .port = num, .voices = voices_, \
1082 #define ROLAND_SYNTH_PORT(vendor, product, num, name, voices) \
1083 PORT_INFO(vendor, product, num, name, voices, \
1091 #define SOUNDCANVAS_PORT(vendor, product, num, name, voices) \
1092 PORT_INFO(vendor, product, num, name, voices, \
1204 seq_port_info->midi_voices = port_info->voices;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c724 v = &trident->synth.voices[voice];
746 voice = &trident->synth.voices[idx];
760 if (info->voices > 32)
763 for (idx = 0; idx < info->voices; idx++) {
843 pvoice = &trident->synth.voices[idx];
H A Dtrident_main.c3587 /* initialise synth voices */
3589 voice = &trident->synth.voices[i];
3693 voice = &trident->synth.voices[channel];
3792 pvoice = &trident->synth.voices[idx];
3808 pvoice = &trident->synth.voices[idx];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dgus.h319 effect:1; /* use effect voices */
346 unsigned char active_voices; /* active voices */
349 struct snd_gus_voice voices[32]; /* GF1 voices */ member in struct:snd_gf1
627 int voices,
H A Dtrident.h360 struct snd_trident_voice voices[64]; member in struct:snd_4dwave
H A Dasequencer.h626 int midi_voices; /* voices per MIDI port */
627 int synth_voices; /* voices per SYNTH port */
717 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
H A Demu10k1.h1281 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; member in struct:snd_emu10k1_pcm
1495 struct snd_emu10k1_voice voices[NUM_G]; member in struct:snd_emu10k1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Demux_effect.c211 struct snd_emux_voice *vp = &emu->voices[i];
H A Demux_seq.c124 if (emu->voices)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c224 struct snd_ali_voice voices[ALI_CHANNELS]; member in struct:snd_alidev
911 pvoice = &codec->synth.voices[channel];
934 } else if (codec->synth.voices[channel].synth) {
936 } else if (codec->synth.voices[channel].midi) {
993 pvoice = &(codec->synth.voices[idx]);
2264 /* initialise synth voices*/
2266 codec->synth.voices[i].number = i;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront_synth.c154 { 0x04, "Error in number of voices" },
168 { WFC_SET_NVOICES, "set number of voices", 0, 1, NEEDS_ACK },
169 { WFC_GET_NVOICES, "get number of voices", 1, 0, 0 },
1998 char voices[1];
2065 voices[0] = 32;
2067 if (snd_wavefront_cmd (dev, WFC_SET_NVOICES, NULL, voices)) {
2068 snd_printk ("cannot set number of voices to 32.\n");
1994 char voices[1]; local

Completed in 296 milliseconds

12