]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r338422: Adding support for CS46xx MIDI output.
authoravatar <avatar@FreeBSD.org>
Sat, 4 May 2019 12:19:02 +0000 (12:19 +0000)
committeravatar <avatar@FreeBSD.org>
Sat, 4 May 2019 12:19:02 +0000 (12:19 +0000)
commit64b9070fa9aa3f78428b3f22383e913f53507ddf
tree70ef4ea88f9dcaa40010df0b2c5de2d6ebd60dc2
parent9dc4c3db7721f46dad9374e2e90e17ae2b5b48a1
MFC r338422: Adding support for CS46xx MIDI output.

With this patch, users can play the MIDI files through /dev/sequencer
device with tools like playmidi. The audio output will go through
the external MIDI device such like wavetable synthesis card.

Reviewed by: matk (a long time ago), kib
Tested with:  Terratec SiXPack 5.1+ + Yamaha DB50XG
sys/dev/sound/midi/midi.c
sys/dev/sound/pci/csamidi.c [new file with mode: 0644]
sys/modules/sound/driver/csa/Makefile