Date: Fri, 5 Apr 2024 10:43:31 GMT From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 13952fbca7cd - stable/14 - pcm.4: Showcase default device change using mixer(8) Message-ID: <202404051043.435AhVSu019633@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=13952fbca7cd3ce3ea3925465edeac298614f0d4 commit 13952fbca7cd3ce3ea3925465edeac298614f0d4 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-03-29 15:59:55 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-04-05 10:43:24 +0000 pcm.4: Showcase default device change using mixer(8) Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D44556 (cherry picked from commit d46a6a77e8e14177d07e3a53f68b428e5d1cb416) --- share/man/man4/pcm.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index cd0d29519f0c..17ac499e6bb3 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -614,7 +614,7 @@ This is handy if there are multiple .Nm devices available: .Pp -.Dl sysctl hw.snd.default_unit=1 +.Dl mixer -d pcm1 .Sh DIAGNOSTICS .Bl -diag .It pcm%d:play:%d:dsp%d.p%d: play interrupt timeout, channel dead
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404051043.435AhVSu019633>