Module Name: src
Committed By: isaki
Date: Sat Feb 6 06:15:13 UTC 2021
Modified Files:
src/share/man/man9: audio.9
Log Message:
Add a description to close().
> Before call to this, halt_input and halt_output are called if necessary.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/share/man/man9/audio.9
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/man9/audio.9
diff -u src/share/man/man9/audio.9:1.58 src/share/man/man9/audio.9:1.59
--- src/share/man/man9/audio.9:1.58 Sat Feb 29 05:39:03 2020
+++ src/share/man/man9/audio.9 Sat Feb 6 06:15:13 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: audio.9,v 1.58 2020/02/29 05:39:03 isaki Exp $
+.\" $NetBSD: audio.9,v 1.59 2021/02/06 06:15:13 isaki Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -163,6 +163,11 @@ It is called in the Closed phase.
.It Dv void close(void *hdl)
optional, is called when the last audio device combining
playback and recording is closed.
+Before call to this,
+.Va halt_input
+and
+.Va halt_output
+are called if necessary.
It is called in the Opened phase.
.It Dv int query_format(void *hdl, audio_format_query_t *afp)
is called to enumerate formats supported by the hardware.