Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libossaudio ossaudio: Bump copyright date and improve de...



details:   https://anonhg.NetBSD.org/src/rev/b3a99fd37cc6
branches:  trunk
changeset: 944920:b3a99fd37cc6
user:      nia <nia%NetBSD.org@localhost>
date:      Fri Oct 16 15:40:16 2020 +0000

description:
ossaudio: Bump copyright date and improve description.

diffstat:

 lib/libossaudio/ossaudio.c |  20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 41362a609bc8 -r b3a99fd37cc6 lib/libossaudio/ossaudio.c
--- a/lib/libossaudio/ossaudio.c        Fri Oct 16 15:31:04 2020 +0000
+++ b/lib/libossaudio/ossaudio.c        Fri Oct 16 15:40:16 2020 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: ossaudio.c,v 1.46 2020/10/16 12:36:01 nia Exp $        */
+/*     $NetBSD: ossaudio.c,v 1.47 2020/10/16 15:40:16 nia Exp $        */
 
 /*-
- * Copyright (c) 1997 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997, 2020 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,15 +27,17 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: ossaudio.c,v 1.46 2020/10/16 12:36:01 nia Exp $");
+__RCSID("$NetBSD: ossaudio.c,v 1.47 2020/10/16 15:40:16 nia Exp $");
 
 /*
- * This is an OSS (Linux) sound API emulator.
- * It provides the essentials of the API.
- */
-
-/* XXX This file is essentially the same as sys/compat/ossaudio.c.
- * With some preprocessor magic it could be the same file.
+ * This is an Open Sound System compatibility layer, which provides
+ * fairly complete ioctl emulation for OSSv3 and some of OSSv4.
+ *
+ * The canonical OSS specification is available at
+ * http://manuals.opensound.com/developer/
+ * 
+ * This file is similar to sys/compat/ossaudio.c with additional OSSv4
+ * compatibility - with some preprocessor magic it could be the same file.
  */
 
 #include <string.h>



Home | Main Index | Thread Index | Old Index