# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_SND_SEQUENCER[0m tristate "Sequencer support" select [31mCONFIG_SND_TIMER[0m select [31mCONFIG_SND_SEQ_DEVICE[0m help Say Y or [31mCONFIG_M[0m to enable MIDI sequencer and router support. This feature allows routing and enqueueing of MIDI events. Events can be processed at a given time. Many programs require this feature, so you should enable it unless you know what you're doing. if [31mCONFIG_SND_SEQUENCER[0m config [31mCONFIG_SND_SEQ_DUMMY[0m tristate "Sequencer dummy client" help Say Y here to enable the dummy sequencer client. This client is a simple MIDI-through client: all normal input events are redirected to the output port immediately. You don't need this unless you want to connect many MIDI devices or applications together. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-seq-dummy. config [31mCONFIG_SND_SEQUENCER_OSS[0m tristate "OSS Sequencer API" depends on [31mCONFIG_SND_OSSEMUL[0m select [31mCONFIG_SND_SEQ_MIDI_EVENT[0m help Say Y here to enable OSS sequencer emulation (both /dev/sequencer and /dev/music interfaces). Many programs still use the OSS API, so say Y. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called snd-seq-oss. config [31mCONFIG_SND_SEQ_HRTIMER_DEFAULT[0m bool "Use HR-timer as default sequencer timer" depends on [31mCONFIG_SND_HRTIMER[0m default y help Say Y here to use the HR-timer backend as the default sequencer timer. config [31mCONFIG_SND_SEQ_MIDI_EVENT[0m tristate config [31mCONFIG_SND_SEQ_MIDI[0m def_tristate [31mCONFIG_SND_RAWMIDI[0m select [31mCONFIG_SND_SEQ_MIDI_EVENT[0m config [31mCONFIG_SND_SEQ_MIDI_EMUL[0m tristate config [31mCONFIG_SND_SEQ_VIRMIDI[0m tristate endif # [31mCONFIG_SND_SEQUENCER[0m |