Module Name: src
Committed By: nia
Date: Thu Oct 22 19:39:48 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.c
Log Message:
ossaudio(3): This is not compat_linux
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/libossaudio/ossaudio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libossaudio/ossaudio.c
diff -u src/lib/libossaudio/ossaudio.c:1.54 src/lib/libossaudio/ossaudio.c:1.55
--- src/lib/libossaudio/ossaudio.c:1.54 Tue Oct 20 08:57:45 2020
+++ src/lib/libossaudio/ossaudio.c Thu Oct 22 19:39:48 2020
@@ -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 @@ audio_ioctl(int fd, unsigned long com, v
/* 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 @@ enum_to_mask(struct audiodevinfo *di, in
/*
* 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.
*/