Module Name: src
Committed By: nat
Date: Thu Dec 8 11:17:37 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
New audio sub-system changes - in kernel mixing
To generate a diff of this commit:
cvs rdiff -u -r1.2216 -r1.2217 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2216 src/doc/CHANGES:1.2217
--- src/doc/CHANGES:1.2216 Mon Dec 5 08:53:01 2016
+++ src/doc/CHANGES Thu Dec 8 11:17:36 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2216 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2217 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -404,3 +404,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
axe(4): added support for AX88772A and AX88772B chipsets (from
FreeBSD) [skrll 20161204]
ixg(4): Add X55x support [msaitoh 20161205]
+ audio(4): Audio sub-system changes - in kernel mixing [nat 20161208]