Lines Matching full:alsa
2 OSS Sequencer Emulation on ALSA
12 This directory contains the OSS sequencer emulation driver on ALSA. Note
17 The most of applications using OSS can run if the appropriate ALSA
24 They are converted to the ALSA sequencer events, and sent to the
83 of ports are watched by announcement mechanism of ALSA sequencer.
91 ALSA client number 63
92 ALSA receiver port 0
102 midi 0: [Emu8000 Port-0] ALSA port 65:0
105 midi 1: [Emu8000 Port-1] ALSA port 65:1
108 midi 2: [0: MPU-401 (UART)] ALSA port 64:0
143 for OSS sequencer, so that it is independent from the queue length of ALSA
153 OSS sequencer emulation uses an ALSA priority queue. The
163 The queued events are dispatched to the corresponding ALSA sequencer
164 ports after scheduled time by ALSA sequencer dispatcher.
239 the address of ALSA sequencer port which is assigned to this device. If
258 #. Create an ALSA sequencer port.
302 be released in the close callback. The deletion of ALSA port should be
318 ALSA sequencer events, so that each synth device can receive by input_event
319 callback of ALSA sequencer port. The following ALSA events should be
323 ALSA event Original OSS events
351 Since the OSS emulation probes the creation and deletion of ALSA MIDI
352 sequencer ports automatically by receiving announcement from ALSA
355 However, the MIDI port_info registered to ALSA sequencer must include
363 to the corresponding ALSA sequencer events. The input from MIDI sequencer
370 * Patch loading via ALSA instrument layer is not implemented yet.