usb4bsd: Bring in FreeBSD's uaudio driver.
authorSascha Wildner <saw@online.de>
Sun, 7 Oct 2012 15:25:03 +0000 (17:25 +0200)
committerSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:45 +0000 (11:27 +0200)
commit09b9c6f24742d84f1a9850b781d220dc35f91432
tree3768f8edaab811a8e5b976e4580d04899b803a68
parent0ecbc2a33a094fee6063899ef3739c264aad42ed
usb4bsd: Bring in FreeBSD's uaudio driver.

This is based on FreeBSD SVN r231881.

Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
sys/bus/u4b/Makefile
sys/bus/u4b/audio/Makefile [new file with mode: 0644]
sys/bus/u4b/audio/uaudio.c [new file with mode: 0644]
sys/bus/u4b/audio/uaudio.h [new file with mode: 0644]
sys/bus/u4b/audio/uaudio_pcm.c [new file with mode: 0644]
sys/bus/u4b/audio/uaudioreg.h [new file with mode: 0644]