Searched refs:reverb (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dtlk.h | 81 unsigned char reverb; /* nR; 0-9 */ member
|
/linux-4.1.27/drivers/staging/speakup/ |
D | speakup_dtlk.h | 50 u_char reverb; /* nR; 0-9 */ member
|
D | speakup_dtlk.c | 321 status.reverb = *t++; in synth_interrogate()
|
/linux-4.1.27/include/uapi/sound/ |
D | sfnt_info.h | 109 unsigned char reverb; /* reverb send (0x00) */ member
|
/linux-4.1.27/sound/pci/ |
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."); 1246 int reverb, in snd_sonicvibes_create() argument 1348 outb(SV_ENHANCED | SV_INTA | (reverb ? SV_REVERB : 0), SV_REG(sonic, CONTROL)); in snd_sonicvibes_create() 1475 reverb[dev] ? 1 : 0, in snd_sonic_probe()
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_proc.c | 90 vp->reg.parm.reverb); in snd_emux_proc_info_read()
|
D | emux_effect.c | 85 {PARM_BYTE, 0, 0xff, parm_offset(reverb), 0}, /* reverb */
|
/linux-4.1.27/drivers/char/ |
D | dtlk.c | 559 status.reverb = *t++; in dtlk_interrogate()
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_callback.c | 323 temp = vp->reg.parm.reverb; in trigger_voice()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 399 temp = vp->reg.parm.reverb; in start_voice()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1845 reverb - Reverb Enable - 1 = enable, 0 = disable (default)
|