git: kernel/sound: Port MIDI support.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Sep 30 10:29:52 PDT 2015


commit af11d9ee5b47576e86aea0634ac7ebc2437b5592
Author: Sascha Wildner <saw at online.de>
Date:   Wed Sep 30 19:28:34 2015 +0200

    kernel/sound: Port MIDI support.
    
    This was dropped without a clear rationale. Our uaudio(4) for example
    supports a whole bunch of MIDI devices.
    
    Tested-by: Ben Woolley <tautolog at gmail.com>

Summary of changes:
 sys/dev/sound/midi/midi.c        | 474 +++++++++++++++++--------------
 sys/dev/sound/midi/midiq.h       |  12 +-
 sys/dev/sound/midi/mpu401.c      |  29 +-
 sys/dev/sound/midi/sequencer.c   | 589 +++++++++++++++++++++------------------
 sys/dev/sound/midi/synth_if.m    |  40 +--
 sys/dev/sound/pci/emu10kx-midi.c |  14 +-
 6 files changed, 638 insertions(+), 520 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af11d9ee5b47576e86aea0634ac7ebc2437b5592


-- 
DragonFly BSD source repository



More information about the Commits mailing list