Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 23 of 23) sorted by relevance

/sound/synth/emux/
DMakefile7 snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
9 snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
11 snd-emux-synth-y += emux_oss.o
14 obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o
/sound/drivers/opl3/
DMakefile8 snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
10 snd-opl3-synth-y += opl3_oss.o
15 obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o
/sound/drivers/opl4/
DMakefile9 snd-opl4-synth-objs := opl4_seq.o opl4_synth.o yrw801.o
12 obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-synth.o
/sound/pci/emu10k1/
Dvoice.c87 voice->synth = 1; in voice_alloc()
124 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_alloc()
147 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_free()
DMakefile11 snd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o
16 obj-$(CONFIG_SND_EMU10K1_SEQ) += snd-emu10k1-synth.o
Demu10k1_synth.c61 hw->synth = emux; in snd_emu10k1_synth_probe()
84 hw->synth = NULL; in snd_emu10k1_synth_remove()
Demu10k1_callback.c86 emu = hw->synth; in snd_emu10k1_synth_get_voice()
Demuproc.c377 voice->synth, in snd_emu10k1_proc_voices_read()
Demu10k1_main.c1801 emu->synth = NULL; in snd_emu10k1_create()
/sound/isa/sb/
DMakefile14 snd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o
29 obj-$(CONFIG_SND_SBAWE_SEQ) += snd-emu8000-synth.o
Dsb16.c314 struct snd_hwdep *synth = NULL; in snd_sb16_probe() local
390 err = snd_opl3_hwdep_new(opl3, 0, seqdev, &synth); in snd_sb16_probe()
403 snd_sb_csp_new(chip, synth != NULL ? 1 : 0, &xcsp); in snd_sb16_probe()
/sound/pci/ali5451/
Dali5451.c176 synth :1, member
227 struct snd_alidev synth; member
518 if (codec->synth.chcnt >= ALI_CHANNELS){ in snd_ali_alloc_pcm_channel()
524 if (!(codec->synth.chmap & (1 << idx))) { in snd_ali_alloc_pcm_channel()
525 codec->synth.chmap |= 1 << idx; in snd_ali_alloc_pcm_channel()
526 codec->synth.chcnt++; in snd_ali_alloc_pcm_channel()
591 if (!(codec->synth.chmap & (1 << idx))) { in snd_ali_free_channel_pcm()
597 codec->synth.chmap &= ~(1 << idx); in snd_ali_free_channel_pcm()
598 codec->synth.chcnt--; in snd_ali_free_channel_pcm()
847 pvoice = &codec->synth.voices[channel]; in snd_ali_update_ptr()
[all …]
/sound/
DMakefile7 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
DKconfig98 source "sound/synth/Kconfig"
/sound/pci/trident/
Dtrident.h263 synth:1, member
369 struct snd_4dwave synth; /* synth specific variables */ member
Dtrident_main.c389 trident->synth.ChanSynthCount++; in snd_trident_allocate_synth_channel()
415 trident->synth.ChanSynthCount--; in snd_trident_free_synth_channel()
3529 trident->synth.max_size = max_wavetable_size * 1024; in snd_trident_create()
3583 voice = &trident->synth.voices[i]; in snd_trident_create()
3676 voice = &trident->synth.voices[channel]; in snd_trident_interrupt()
3760 pvoice = &trident->synth.voices[idx]; in snd_trident_alloc_voice()
3776 pvoice = &trident->synth.voices[idx]; in snd_trident_alloc_voice()
3778 pvoice->synth = 1; in snd_trident_alloc_voice()
3807 if (voice->synth) in snd_trident_free_voice()
3809 voice->use = voice->pcm = voice->synth = voice->midi = 0; in snd_trident_free_voice()
/sound/isa/gus/
Dgus_dma.c185 int synth) in snd_gf1_dma_transfer_block() argument
207 if (synth) { in snd_gf1_dma_transfer_block()
Dgus_reset.c228 pvoice->synth = 1; in snd_gf1_alloc_voice_use()
/sound/isa/wavefront/
Dwavefront.c121 acard->synth = pnp_request_card_device(card, id->devs[3].id, NULL); in snd_wavefront_pnp()
122 if (acard->synth == NULL) in snd_wavefront_pnp()
155 pdev = acard->synth; in snd_wavefront_pnp()
/sound/isa/
Dopl3sa2.c111 struct snd_hwdep *synth; member
297 snd_opl3_interrupt(chip->synth); in snd_opl3sa2_interrupt()
691 err = snd_opl3_hwdep_new(opl3, 0, 1, &chip->synth); in snd_opl3sa2_probe()
/sound/pci/ymfpci/
Dymfpci.h233 synth: 1, member
Dymfpci_main.c228 voice->synth = 1; in voice_alloc()
279 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = 0; in snd_ymfpci_voice_free()
/sound/isa/opti9xx/
Dopti92x-ad1848.c803 struct snd_hwdep *synth; local
907 error = snd_opl3_hwdep_new(opl3, 0, 1, &synth);