Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 09:04:17 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: a3dcec67d1e9 - stable/13 - bhyve: Document the format for HD audio backends
Message-ID:  <202108160904.17G94HYp069573@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a3dcec67d1e94d13602812dde9b74f100851cc09

commit a3dcec67d1e94d13602812dde9b74f100851cc09
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-18 23:50:29 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-08-16 09:00:38 +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 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



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