]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r338422: Adding support for CS46xx MIDI output.
authoravatar <avatar@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 Mar 2020 14:26:08 +0000 (14:26 +0000)
committeravatar <avatar@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 Mar 2020 14:26:08 +0000 (14:26 +0000)
commitd7680ed0f9603699ab4253a413748c704768f913
tree5f3b6327b086f479904db2844a07518878749318
parent4f0153452ce51c9cb14527ce8843c731521dd8c4
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@359161 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/midi/midi.c
sys/dev/sound/pci/csamidi.c [new file with mode: 0644]
sys/modules/sound/driver/csa/Makefile