Searched refs:synth (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A DMakefile6 snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
19 obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emux-synth.o
20 obj-$(call sequencer,$(CONFIG_SND_EMU10K1)) += snd-emux-synth.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A DMakefile7 snd-opl3-synth-objs := opl3_seq.o opl3_midi.o opl3_drums.o
9 snd-opl3-synth-objs += opl3_oss.o
22 obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-opl3-synth.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A DMakefile7 snd-trident-synth-objs := trident_synth.o
19 obj-$(call sequencer,$(CONFIG_SND_TRIDENT)) += snd-trident-synth.o
H A Dtrident_synth.c232 instr = snd_seq_instr_find(trident->synth.ilist, &voice->instr, 0, 1);
305 snd_seq_instr_free_use(trident->synth.ilist, instr);
417 instr = snd_seq_instr_find(trident->synth.ilist, &voice->instr, 0, 1);
446 snd_seq_instr_free_use(trident->synth.ilist, instr);
456 instr = snd_seq_instr_find(trident->synth.ilist, &voice->instr, 0, 1);
496 snd_seq_instr_free_use(trident->synth.ilist, instr);
526 if (trident->synth.current_size + size > trident->synth.max_size)
557 trident->synth.current_size += size;
610 trident->synth
[all...]
H A Dtrident_main.c362 trident->synth.ChanSynthCount++;
388 trident->synth.ChanSynthCount--;
3264 snd_iprintf(buffer, "Memory Maximum : %d\n", trident->synth.max_size);
3265 snd_iprintf(buffer, "Memory Used : %d\n", trident->synth.current_size);
3266 snd_iprintf(buffer, "Memory Free : %d\n", (trident->synth.max_size-trident->synth.current_size));
3526 trident->synth.max_size = max_wavetable_size * 1024;
3587 /* initialise synth voices */
3589 voice = &trident->synth.voices[i];
3693 voice = &trident->synth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A DMakefile7 snd-opl4-synth-objs := opl4_seq.o opl4_synth.o yrw801.o
18 obj-$(call sequencer,$(CONFIG_SND_OPL4_LIB)) += snd-opl4-synth.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A DMakefile9 snd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o
22 obj-$(call sequencer,$(CONFIG_SND_EMU10K1)) += snd-emu10k1-synth.o
H A Dvoice.c95 voice->synth = 1;
124 /* free a voice from synth */
130 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0;
152 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0;
H A Demu10k1_synth.c4 * Routines for control of EMU10K1 WaveTable synth
25 MODULE_DESCRIPTION("Routines for control of EMU10K1 WaveTable synth");
69 hw->synth = emu;
91 hw->synth = NULL;
H A Demuproc.c365 voice->synth,
H A Demu10k1_callback.c2 * synth callback routines for Emu10k1
98 emu = hw->synth;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/
H A DMakefile8 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ soc/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A DMakefile12 snd-gus-synth-objs := gus_synth.o gus_sample.o gus_simple.o gus_instr.o
34 obj-$(call sequencer,$(CONFIG_SND_GUS_SYNTH)) += snd-gus-synth.o
H A Dgus_dma.c186 int synth)
199 if (synth) {
183 snd_gf1_dma_transfer_block(struct snd_gus_card * gus, struct snd_gf1_dma_block * __block, int atomic, int synth) argument
H A Dgus_reset.c228 pvoice->synth = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A DMakefile13 snd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o
37 obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o
H A Dsb16.c126 MODULE_PARM_DESC(seq_ports, "Number of sequencer ports for WaveTable synth.");
377 struct snd_hwdep *synth = NULL; local
452 if ((err = snd_opl3_hwdep_new(opl3, 0, seqdev, &synth)) < 0)
463 snd_sb_csp_new(chip, synth != NULL ? 1 : 0, &xcsp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsnd_wavefront.h107 struct pnp_dev *synth; member in struct:_snd_wavefront_card
H A Dtrident.h40 #define SNDRV_SEQ_DEV_ID_TRIDENT "trident-synth"
296 synth:1, member in struct:snd_trident_voice
362 int ChanSynthCount; /* number of allocated synth channels */
363 int max_size; /* maximum synth memory size in bytes */
364 int current_size; /* current allocated synth mem in bytes */
406 struct snd_4dwave synth; /* synth specific variables */ member in struct:snd_trident
H A Dgus.h35 #define SNDRV_SEQ_DEV_ID_GUS "gus-synth"
268 synth:1, member in struct:snd_gus_voice
589 int synth);
H A Dymfpci.h248 synth: 1, member in struct:snd_ymfpci_voice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c204 synth :1, member in struct:snd_ali_voice
255 struct snd_alidev synth; member in struct:snd_ali
578 if (codec->synth.chcnt >= ALI_CHANNELS){
584 if (!(codec->synth.chmap & (1 << idx))) {
585 codec->synth.chmap |= 1 << idx;
586 codec->synth.chcnt++;
650 if (!(codec->synth.chmap & (1 << idx))) {
655 codec->synth.chmap &= ~(1 << idx);
656 codec->synth.chcnt--;
911 pvoice = &codec->synth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dpss.c19 * bass, treble, synth), only for speakers.
131 unsigned int synth; member in struct:pss_mixerdata
458 devc->mixer.synth = 30;
568 if (set_volume_mono(arg, &devc->mixer.synth))
570 set_synth_volume(devc, devc->mixer.synth);
571 return ret_vol_mono(devc->mixer.synth);
628 or_mask = ret_vol_mono(devc->mixer.synth);
770 printk(KERN_ERR "PSS: Can't enable MPU. MIDI synth microcode not available.\n");
774 printk(KERN_ERR "PSS: Unable to load MIDI synth microcode to DSP.\n");
810 printk(KERN_ERR "PSS: MIDI synth microcod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront.c142 /* The ICS2115 synth is logical device 4 */
144 acard->synth = pnp_request_card_device(card, id->devs[3].id, NULL);
145 if (acard->synth == NULL) {
196 pdev = acard->synth;
442 /* ---------- OPL3 synth --------- */
452 snd_printk (KERN_ERR "can't allocate or detect OPL3 synth\n");
461 /* ------- ICS2115 Wavetable synth ------- */
479 snd_printk (KERN_ERR "can't create WaveFront synth device\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dopl3sa2.c135 struct snd_hwdep *synth; member in struct:snd_opl3sa2
299 snd_opl3_interrupt(chip->synth);
727 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, &chip->synth)) < 0)

Completed in 193 milliseconds

12