Module Name: src
Committed By: nia
Date: Tue Mar 17 10:50:59 UTC 2020
Modified Files:
src/share/man/man4: audio.4
Log Message:
audio.4: 1-12 channels are only universally supported for playback.
When a mono recording device is set to use 1 channel, the kernel will
correct the number of channels back down to 1. This information can be
obtained with AUDIO_GETINFO...
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/share/man/man4/audio.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/audio.4
diff -u src/share/man/man4/audio.4:1.99 src/share/man/man4/audio.4:1.100
--- src/share/man/man4/audio.4:1.99 Mon Mar 16 19:20:36 2020
+++ src/share/man/man4/audio.4 Tue Mar 17 10:50:59 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: audio.4,v 1.99 2020/03/16 19:20:36 nia Exp $
+.\" $NetBSD: audio.4,v 1.100 2020/03/17 10:50:59 nia Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -401,7 +401,7 @@ and
are one of the values obtained by
.Dv AUDIO_GETENC .
.Va channels
-ranges from 1 to 12.
+ranges from 1 to 12 for playback.
.Va frequency
ranges from 1000Hz to 192000Hz.
.Pp