summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2020-10-22 19:39:48 +0000
committernia <nia@NetBSD.org>2020-10-22 19:39:48 +0000
commit8afd747d080993f8d43f8b21f6fdbeb38f230a4e (patch)
tree97291fa4339a8cdb311e7a69b610e58c65e630a5 /lib
parentb172ce8c06e9fdd8361c9d370bc72d9e39bea30f (diff)
ossaudio(3): This is not compat_linux
Diffstat (limited to 'lib')
-rw-r--r--lib/libossaudio/ossaudio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libossaudio/ossaudio.c b/lib/libossaudio/ossaudio.c
index af01262d012..9acc45422ab 100644
--- a/lib/libossaudio/ossaudio.c
+++ b/lib/libossaudio/ossaudio.c
@@ -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, void *argp)
/* 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, int enm)
/*
* 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.
*/