Home
last modified time | relevance | path

Searched refs:fm_chorus_depth (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/isa/sb/
Demu8000.c479 EMU8000_CSL_WRITE(emu, 30, 0x00FFFFE8 | (emu->fm_chorus_depth << 24)); in snd_emu8000_init_fm()
487 EMU8000_CSL_WRITE(emu, 31, 0x00FFFFF8 | (emu->fm_chorus_depth << 24)); in snd_emu8000_init_fm()
974 …ucontrol->value.integer.value[0] = kcontrol->private_value ? emu->fm_chorus_depth : emu->fm_reverb… in mixer_fm_depth_get()
988 change = val1 != emu->fm_chorus_depth; in mixer_fm_depth_put()
989 emu->fm_chorus_depth = val1; in mixer_fm_depth_put()
1123 hw->fm_chorus_depth = 0; in snd_emu8000_new()
/Linux-v4.19/include/sound/
Demu8000.h65 int fm_chorus_depth; /* FM OPL3 chorus depth */ member