/linux-4.4.14/sound/synth/emux/ |
H A D | emux_proc.c | 84 snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n", snd_emux_proc_info_read() 88 vp->reg.parm.reverb); snd_emux_proc_info_read()
|
H A D | emux_effect.c | 85 {PARM_BYTE, 0, 0xff, parm_offset(reverb), 0}, /* reverb */
|
/linux-4.4.14/drivers/staging/speakup/ |
H A D | speakup_dtlk.h | 57 u_char reverb; /* nR; 0-9 */ member in struct:synth_settings
|
H A D | speakup_dtlk.c | 321 status.reverb = *t++; synth_interrogate()
|
/linux-4.4.14/include/linux/ |
H A D | dtlk.h | 81 unsigned char reverb; /* nR; 0-9 */ member in struct:dtlk_settings
|
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 350 /* 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.4.14/include/uapi/sound/ |
H A D | sfnt_info.h | 109 unsigned char reverb; /* reverb send (0x00) */ member in struct:soundfont_voice_parm
|
/linux-4.4.14/sound/isa/sb/ |
H A D | emu8000.c | 474 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 D | emu8000_callback.c | 322 /* set reverb and pitch target */ trigger_voice() 323 temp = vp->reg.parm.reverb; trigger_voice()
|
H A D | emu8000_pcm.c | 346 /* set reverb and pitch target */ start_voice() 347 temp = 0; // reverb start_voice()
|
/linux-4.4.14/include/sound/ |
H A D | emu8000.h | 66 int fm_reverb_depth; /* FM OPL3 reverb depth */
|
H A D | emux_legacy.h | 122 /*24*/ EMUX_FX_REVERB, /* BYTE: reverb effects send (0-255) */
|
/linux-4.4.14/sound/pci/ |
H A D | sonicvibes.c | 55 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.4.14/sound/core/seq/ |
H A D | seq_midi_emul.c | 498 * reverb mode: XX=0x01, YY=0x30, ZZ=0-7 sysex() 559 /* reverb mode */ sysex()
|
/linux-4.4.14/drivers/char/ |
H A D | dtlk.c | 559 status.reverb = *t++; dtlk_interrogate()
|
/linux-4.4.14/sound/pci/trident/ |
H A D | trident_main.c | 624 Description: This routine will write the new reverb volume 629 RVol - new reverb volume 2781 Description: PCM reverb volume control
|