Searched refs:reverb (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/include/linux/ |
D | dtlk.h | 81 unsigned char reverb; /* nR; 0-9 */ member
|
/linux-3.4.99/drivers/staging/speakup/ |
D | speakup_dtlk.h | 50 u_char reverb; /* nR; 0-9 */ member
|
D | speakup_dtlk.c | 317 status.reverb = *t++; in synth_interrogate()
|
/linux-3.4.99/include/sound/ |
D | sfnt_info.h | 109 unsigned char reverb; /* reverb send (0x00) */ member
|
/linux-3.4.99/sound/pci/ |
D | sonicvibes.c | 56 static bool reverb[SNDRV_CARDS]; variable 66 module_param_array(reverb, bool, NULL, 0444); 67 MODULE_PARM_DESC(reverb, "Enable reverb (SRAM is present) for S3 SonicVibes soundcard."); 1251 int reverb, in snd_sonicvibes_create() argument 1344 outb(SV_ENHANCED | SV_INTA | (reverb ? SV_REVERB : 0), SV_REG(sonic, CONTROL)); in snd_sonicvibes_create() 1472 reverb[dev] ? 1 : 0, in snd_sonic_probe()
|
/linux-3.4.99/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-3.4.99/drivers/char/ |
D | dtlk.c | 559 status.reverb = *t++; in dtlk_interrogate()
|
/linux-3.4.99/sound/isa/sb/ |
D | emu8000_callback.c | 323 temp = vp->reg.parm.reverb; in trigger_voice()
|
/linux-3.4.99/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 401 temp = vp->reg.parm.reverb; in start_voice()
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1840 reverb - Reverb Enable - 1 = enable, 0 = disable (default)
|