aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-18 23:50:29 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-19 00:16:14 +0000
commit061f37d280976e0f79f823c732fa80825ce48ded (patch)
treee9f795e7c22231598d3ef5a353207eb79588e672
parentd5fcc4b6066e878ed70bce7a52d6aca605befde5 (diff)
downloadsrc-061f37d280976e0f79f823c732fa80825ce48ded.tar.gz
src-061f37d280976e0f79f823c732fa80825ce48ded.zip
bhyve: Document the format for HD audio backends
- This change is done for consistency with other backend definitions. MFC after: 2 weeks
-rw-r--r--usr.sbin/bhyve/bhyve.815
1 files changed, 12 insertions, 3 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 7bbb663665d7..bf3c792dd235 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -707,12 +707,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