Home
last modified time | relevance | path

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

/sound/synth/emux/
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
/sound/drivers/opl3/
DMakefile7 snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
8 snd-opl3-synth-$(CONFIG_SND_SEQUENCER_OSS) += opl3_oss.o
20 obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-opl3-synth.o
/sound/pci/emu10k1/
Dvoice.c94 voice->synth = 1; in voice_alloc()
131 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_alloc()
154 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_free()
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
Demu10k1_synth.c72 hw->synth = emux; in snd_emu10k1_synth_new_device()
94 hw->synth = NULL; in snd_emu10k1_synth_delete_device()
Demu10k1_callback.c97 emu = hw->synth; in snd_emu10k1_synth_get_voice()
Demuproc.c405 voice->synth, in snd_emu10k1_proc_voices_read()
Demu10k1_main.c1755 emu->synth = NULL; in snd_emu10k1_create()
/sound/drivers/opl4/
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
/sound/pci/ali5451/
Dali5451.c203 synth :1, member
254 struct snd_alidev synth; member
592 if (codec->synth.chcnt >= ALI_CHANNELS){ in snd_ali_alloc_pcm_channel()
598 if (!(codec->synth.chmap & (1 << idx))) { in snd_ali_alloc_pcm_channel()
599 codec->synth.chmap |= 1 << idx; in snd_ali_alloc_pcm_channel()
600 codec->synth.chcnt++; in snd_ali_alloc_pcm_channel()
664 if (!(codec->synth.chmap & (1 << idx))) { in snd_ali_free_channel_pcm()
669 codec->synth.chmap &= ~(1 << idx); in snd_ali_free_channel_pcm()
670 codec->synth.chcnt--; in snd_ali_free_channel_pcm()
933 pvoice = &codec->synth.voices[channel]; in snd_ali_update_ptr()
[all …]
/sound/isa/sb/
DMakefile13 snd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o
36 obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o
Dsb16.c343 struct snd_hwdep *synth = NULL; in snd_sb16_probe() local
418 if ((err = snd_opl3_hwdep_new(opl3, 0, seqdev, &synth)) < 0) in snd_sb16_probe()
429 snd_sb_csp_new(chip, synth != NULL ? 1 : 0, &xcsp); in snd_sb16_probe()
/sound/oss/
Dpss.c131 unsigned int synth; member
456 devc->mixer.synth = 30; in pss_mixer_reset()
566 if (set_volume_mono(arg, &devc->mixer.synth)) in pss_mixer_ioctl()
568 set_synth_volume(devc, devc->mixer.synth); in pss_mixer_ioctl()
569 return ret_vol_mono(devc->mixer.synth); in pss_mixer_ioctl()
626 or_mask = ret_vol_mono(devc->mixer.synth); in pss_mixer_ioctl()
DKconfig417 can't control master volume, bass, treble and synth volume.
428 to include this file. Without this file the synth device (OPL) may
454 64, say Y here and also to "AWE32 synth" below and read
/sound/
DMakefile8 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
/sound/isa/gus/
Dgus_dma.c194 int synth) in snd_gf1_dma_transfer_block() argument
214 if (synth) { in snd_gf1_dma_transfer_block()
Dgus_reset.c245 pvoice->synth = 1; in snd_gf1_alloc_voice_use()
/sound/isa/wavefront/
Dwavefront.c136 acard->synth = pnp_request_card_device(card, id->devs[3].id, NULL); in snd_wavefront_pnp()
137 if (acard->synth == NULL) in snd_wavefront_pnp()
170 pdev = acard->synth; in snd_wavefront_pnp()
/sound/pci/trident/
Dtrident_main.c402 trident->synth.ChanSynthCount++; in snd_trident_allocate_synth_channel()
428 trident->synth.ChanSynthCount--; in snd_trident_free_synth_channel()
3582 trident->synth.max_size = max_wavetable_size * 1024; in snd_trident_create()
3645 voice = &trident->synth.voices[i]; in snd_trident_create()
3749 voice = &trident->synth.voices[channel]; in snd_trident_interrupt()
3833 pvoice = &trident->synth.voices[idx]; in snd_trident_alloc_voice()
3849 pvoice = &trident->synth.voices[idx]; in snd_trident_alloc_voice()
3851 pvoice->synth = 1; in snd_trident_alloc_voice()
3882 if (voice->synth) in snd_trident_free_voice()
3884 voice->use = voice->pcm = voice->synth = voice->midi = 0; in snd_trident_free_voice()
/sound/isa/
Dopl3sa2.c133 struct snd_hwdep *synth; member
311 snd_opl3_interrupt(chip->synth); in snd_opl3sa2_interrupt()
698 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, &chip->synth)) < 0) in snd_opl3sa2_probe()
/sound/isa/opti9xx/
Dopti92x-ad1848.c707 struct snd_hwdep *synth; in snd_opti9xx_probe() local
825 if ((error = snd_opl3_hwdep_new(opl3, 0, 1, &synth)) < 0) in snd_opti9xx_probe()
/sound/pci/ymfpci/
Dymfpci_main.c240 voice->synth = 1; in voice_alloc()
291 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = 0; in snd_ymfpci_voice_free()