diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-01 12:30:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-01 12:30:04 +0800 |
commit | 86b1da0c06201d7a975e9b73c9996dd201fec841 (patch) | |
tree | eaf2cbd306f9521cc8c799cd416b2dc4e2b32638 /audio/Makefile | |
parent | 40a31dfd70af7842d5ce77e2b29999d6449ffc90 (diff) | |
download | freebsd-ports-gnome-86b1da0c06201d7a975e9b73c9996dd201fec841.tar.gz freebsd-ports-gnome-86b1da0c06201d7a975e9b73c9996dd201fec841.tar.zst freebsd-ports-gnome-86b1da0c06201d7a975e9b73c9996dd201fec841.zip |
New port: audio/mpio-driver Digit@lway MPIO MP3 player device driver KMOD
Digit@lway MPIO MP3 player device driver KMOD.
It is actually a patch to FreeBSD standard urio driver,
which adds MPIO support to it, and fixes some issues.
This driver is designed to be used with MPIO for Linux
software, ported to FreeBSD as audio/mpiosh.
PR: ports/53540
Submitted by: Sergey Akifyev <asa@gascom.ru>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index dedf6f80a182..77275e2bd191 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -179,6 +179,7 @@ SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpg321 + SUBDIR += mpio-driver SUBDIR += mpmf20 SUBDIR += mppdec SUBDIR += mpt |