Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Demu8000.c466 EMU8000_CSL_WRITE(emu, 30, 0x00FFFFE8 | (emu->fm_chorus_depth << 24)); in snd_emu8000_init_fm()
474 EMU8000_CSL_WRITE(emu, 31, 0x00FFFFF8 | (emu->fm_chorus_depth << 24)); in snd_emu8000_init_fm()
961 …ucontrol->value.integer.value[0] = kcontrol->private_value ? emu->fm_chorus_depth : emu->fm_reverb… in mixer_fm_depth_get()
975 change = val1 != emu->fm_chorus_depth; in mixer_fm_depth_put()
976 emu->fm_chorus_depth = val1; in mixer_fm_depth_put()
1087 hw->fm_chorus_depth = 0; in snd_emu8000_new()
/openbmc/linux/include/sound/
H A Demu8000.h52 int fm_chorus_depth; /* FM OPL3 chorus depth */ member