Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 11:51:35 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d6432907f612 - main - snd_dummy.4: Use sound(4) instead of PCM
Message-ID:  <202510221151.59MBpZ0j075955@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by christos:

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

commit d6432907f6120ff4993de7352ca62f6986fb910c
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-10-22 11:51:15 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-10-22 11:51:15 +0000

    snd_dummy.4: Use sound(4) instead of PCM
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      4 days
    Reviewed by:    ziaee
    Differential Revision:  https://reviews.freebsd.org/D53257
---
 share/man/man4/snd_dummy.4 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/snd_dummy.4 b/share/man/man4/snd_dummy.4
index 4ede8a806b6a..172b8ed70729 100644
--- a/share/man/man4/snd_dummy.4
+++ b/share/man/man4/snd_dummy.4
@@ -47,8 +47,9 @@ physical sound card.
 It is intended for testing, so that test programs do not need to rely on
 hardware being present in the machine in order to run.
 .Pp
-The driver attaches as a regular PCM device, with two channels (one playback
-and one recording), as well as a mixer.
+The driver attaches as a regular
+.Xr sound 4
+device, with two channels (one playback and one recording), as well as a mixer.
 .Pp
 Playback works by discarding all input, and recording by returning silence
 (zeros).


home | help

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