git: 1807f353197c - stable/12 - bhyve: Document the format for HD audio backends
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Aug 16 11:15:16 UTC 2021
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1807f353197c91e328a2898192f3539b1b967ca3
commit 1807f353197c91e328a2898192f3539b1b967ca3
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 23:50:29 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-08-16 11:13:31 +0000
bhyve: Document the format for HD audio backends
- This change is done for consistency with other backend definitions.
MFC after: 2 weeks
(cherry picked from commit 061f37d280976e0f79f823c732fa80825ce48ded)
---
usr.sbin/bhyve/bhyve.8 | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 4fdca7d2e28d..308ec972c2f3 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -644,12 +644,21 @@ Revision Number with maximum 8 characters.
Model Number with maximum 40 characters.
.El
.Pp
-HD Audio devices:
+HD Audio device backends:
+.Bl -bullet
+.It
+.Sm off
+.Op Cm play= Ar playback
+.Op Cm ,rec= Ar recording
+.Sm on
+.El
+.Pp
+Configuration options are defined as follows:
.Bl -tag -width 10n
-.It Li play
+.It Cm play
Playback device, typically
.Ar /dev/dsp0 .
-.It Li rec
+.It Cm rec
Recording device, typically
.Ar /dev/dsp0 .
.El
More information about the dev-commits-src-all
mailing list