Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 21:44:17 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260607 - head/sys/modules/sound/driver/ai2s
Message-ID:  <201401132144.s0DLiHPp002997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401132144.s0DLiHPp002997>