svn commit: r260607 - head/sys/modules/sound/driver/ai2s

Andreas Tobler andreast at FreeBSD.org
Mon Jan 13 21:44:18 UTC 2014


Author: andreast
Date: Mon Jan 13 21:44:17 2014
New Revision: 260607
URL: http://svnweb.freebsd.org/changeset/base/260607

Log:
  The onyx codec works also as module, so add it.
  
  MFC after:	1 month

Modified:
  head/sys/modules/sound/driver/ai2s/Makefile

Modified: head/sys/modules/sound/driver/ai2s/Makefile
==============================================================================
--- head/sys/modules/sound/driver/ai2s/Makefile	Mon Jan 13 21:29:34 2014	(r260606)
+++ head/sys/modules/sound/driver/ai2s/Makefile	Mon Jan 13 21:44:17 2014	(r260607)
@@ -5,6 +5,6 @@
 KMOD=	snd_ai2s
 SRCS=	device_if.h bus_if.h ofw_bus_if.h
 SRCS+=	channel_if.h feeder_if.h mixer_if.h
-SRCS+=	snapper.c tumbler.c aoa.c i2s.c
+SRCS+=	onyx.c snapper.c tumbler.c aoa.c i2s.c
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list