Searched refs:reverb (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/sound/synth/emux/
H A Demux_proc.c86 snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n", snd_emux_proc_info_read()
90 vp->reg.parm.reverb); snd_emux_proc_info_read()
H A Demux_effect.c85 {PARM_BYTE, 0, 0xff, parm_offset(reverb), 0}, /* reverb */
/linux-4.1.27/drivers/staging/speakup/
H A Dspeakup_dtlk.h50 u_char reverb; /* nR; 0-9 */ member in struct:synth_settings
H A Dspeakup_dtlk.c321 status.reverb = *t++; synth_interrogate()
/linux-4.1.27/sound/pci/emu10k1/
H A Demu10k1_callback.c350 /* A = left(0), B = right(1), C = reverb(c), D = chorus(d) */ start_voice()
398 /* reverb and loop start (reverb 8bit, MSB) */ start_voice()
399 temp = vp->reg.parm.reverb; start_voice()
/linux-4.1.27/include/linux/
H A Ddtlk.h81 unsigned char reverb; /* nR; 0-9 */ member in struct:dtlk_settings
/linux-4.1.27/include/uapi/sound/
H A Dsfnt_info.h109 unsigned char reverb; /* reverb send (0x00) */ member in struct:soundfont_voice_parm
/linux-4.1.27/sound/isa/sb/
H A Demu8000.c474 the reverb and chorus effects for Yamaha OPL-3 synthesizer */ snd_emu8000_init_fm()
553 /* set equzlier, chorus and reverb modes */ snd_emu8000_init_hw()
699 * reverb mode parameters
710 /* user can define reverb modes up to 32 */
717 /* reverb mode settings; write the following 28 data of 16 bit length
796 snd_printk(KERN_WARNING "invalid reverb mode %d for uploading\n", mode); snd_emu8000_load_reverb_fx()
892 * chorus/reverb mode
959 * FM OPL3 chorus/reverb depth
H A Demu8000_callback.c322 /* set reverb and pitch target */ trigger_voice()
323 temp = vp->reg.parm.reverb; trigger_voice()
H A Demu8000_pcm.c346 /* set reverb and pitch target */ start_voice()
347 temp = 0; // reverb start_voice()
/linux-4.1.27/include/sound/
H A Demu8000.h66 int fm_reverb_depth; /* FM OPL3 reverb depth */
H A Demux_legacy.h122 /*24*/ EMUX_FX_REVERB, /* BYTE: reverb effects send (0-255) */
/linux-4.1.27/sound/pci/
H A Dsonicvibes.c55 static bool reverb[SNDRV_CARDS]; variable
65 module_param_array(reverb, bool, NULL, 0444);
66 MODULE_PARM_DESC(reverb, "Enable reverb (SRAM is present) for S3 SonicVibes soundcard.");
81 #define SV_REVERB 0x04 /* reverb enable */
1246 int reverb, snd_sonicvibes_create()
1348 outb(SV_ENHANCED | SV_INTA | (reverb ? SV_REVERB : 0), SV_REG(sonic, CONTROL)); snd_sonicvibes_create()
1475 reverb[dev] ? 1 : 0, snd_sonic_probe()
1244 snd_sonicvibes_create(struct snd_card *card, struct pci_dev *pci, int reverb, int mge, struct sonicvibes **rsonic) snd_sonicvibes_create() argument
/linux-4.1.27/sound/core/seq/
H A Dseq_midi_emul.c498 * reverb mode: XX=0x01, YY=0x30, ZZ=0-7 sysex()
559 /* reverb mode */ sysex()
/linux-4.1.27/drivers/char/
H A Ddtlk.c559 status.reverb = *t++; dtlk_interrogate()
/linux-4.1.27/sound/pci/trident/
H A Dtrident_main.c624 Description: This routine will write the new reverb volume
629 RVol - new reverb volume
2781 Description: PCM reverb volume control

Completed in 480 milliseconds