Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 11:15:13 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1807f353197c - stable/12 - bhyve: Document the format for HD audio backends
Message-ID:  <202108161115.17GBFDeD044392@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-04-18 23:50:29 +0000
Commit:     Mateusz Piotrowski <0mp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161115.17GBFDeD044392>