1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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 061f37d280)
This commit is contained in:
Mateusz Piotrowski 2021-04-19 01:50:29 +02:00
parent fe7ce1f3b8
commit a3dcec67d1

View File

@ -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