fm_chorus_depth    52 include/sound/emu8000.h 	int fm_chorus_depth;	/* FM OPL3 chorus depth */
fm_chorus_depth   466 sound/isa/sb/emu8000.c 	EMU8000_CSL_WRITE(emu, 30, 0x00FFFFE8 | (emu->fm_chorus_depth << 24));
fm_chorus_depth   474 sound/isa/sb/emu8000.c 	EMU8000_CSL_WRITE(emu, 31, 0x00FFFFF8 | (emu->fm_chorus_depth << 24));
fm_chorus_depth   961 sound/isa/sb/emu8000.c 	ucontrol->value.integer.value[0] = kcontrol->private_value ? emu->fm_chorus_depth : emu->fm_reverb_depth;
fm_chorus_depth   975 sound/isa/sb/emu8000.c 		change = val1 != emu->fm_chorus_depth;
fm_chorus_depth   976 sound/isa/sb/emu8000.c 		emu->fm_chorus_depth = val1;
fm_chorus_depth  1110 sound/isa/sb/emu8000.c 	hw->fm_chorus_depth = 0;