Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libossaudio ossaudio(3): This is not compat_linux
details: https://anonhg.NetBSD.org/src/rev/4b7e1c17f8bf
branches: trunk
changeset: 941484:4b7e1c17f8bf
user: nia <nia%NetBSD.org@localhost>
date: Thu Oct 22 19:39:48 2020 +0000
description:
ossaudio(3): This is not compat_linux
diffstat:
lib/libossaudio/ossaudio.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 6d48894ada08 -r 4b7e1c17f8bf lib/libossaudio/ossaudio.c
--- a/lib/libossaudio/ossaudio.c Thu Oct 22 19:34:12 2020 +0000
+++ b/lib/libossaudio/ossaudio.c Thu Oct 22 19:39:48 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ossaudio.c,v 1.54 2020/10/20 08:57:45 nia Exp $ */
+/* $NetBSD: ossaudio.c,v 1.55 2020/10/22 19:39:48 nia Exp $ */
/*-
* Copyright (c) 1997, 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: ossaudio.c,v 1.54 2020/10/20 08:57:45 nia Exp $");
+__RCSID("$NetBSD: ossaudio.c,v 1.55 2020/10/22 19:39:48 nia Exp $");
/*
* This is an Open Sound System compatibility layer, which provides
@@ -672,7 +672,7 @@
/* If the NetBSD mixer device should have more than NETBSD_MAXDEVS devices
- * some will not be available to Linux */
+ * some will not be available to OSS applications */
#define NETBSD_MAXDEVS 64
struct audiodevinfo {
int done;
@@ -733,7 +733,7 @@
/*
* Collect the audio device information to allow faster
- * emulation of the Linux mixer ioctls. Cache the information
+ * emulation of the OSSv3 mixer ioctls. Cache the information
* to eliminate the overhead of repeating all the ioctls needed
* to collect the information.
*/
Home |
Main Index |
Thread Index |
Old Index