summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-02-01 20:29:16 +0000
committerscottl <scottl@FreeBSD.org>2001-02-01 20:29:16 +0000
commitbc10e2d4b6b1b150785d517ffc32e93982cff8cd (patch)
tree7f21d23de8af630694ac2a6269fc699d9f785e24 /sys/modules/sound
parent8c9e49b4459018cfc038bf13546bb5d34b4b9b18 (diff)
downloadFreeBSD-src-bc10e2d4b6b1b150785d517ffc32e93982cff8cd.zip
FreeBSD-src-bc10e2d4b6b1b150785d517ffc32e93982cff8cd.tar.gz
Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the
amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/Makefile2
-rw-r--r--sys/modules/sound/driver/maestro3/Makefile10
2 files changed, 11 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile
index 888cfb7..e6f21ac 100644
--- a/sys/modules/sound/driver/Makefile
+++ b/sys/modules/sound/driver/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR = ad1816 csa csapcm ds1 emu10k1 es137x es1888 ess fm801 gusc
-SUBDIR += maestro mss neomagic sb16 sb8 sbc solo t4dwave via82c686
+SUBDIR += maestro maestro3 mss neomagic sb16 sb8 sbc solo t4dwave via82c686
SUBDIR += driver
.include <bsd.subdir.mk>
diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile
new file mode 100644
index 0000000..b644370
--- /dev/null
+++ b/sys/modules/sound/driver/maestro3/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
+KMOD = snd_maestro3
+SRCS = device_if.h bus_if.h isa_if.h pci_if.h
+SRCS += maestro3.c
+CFLAGS += -Wall
+
+CFLAGS += -DM3_DEBUG_LEVEL=-1
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud