diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2024-03-29 15:59:55 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2024-04-05 10:43:24 +0000 |
| commit | 13952fbca7cd3ce3ea3925465edeac298614f0d4 (patch) | |
| tree | 66d61b9ec4151197b645a4f36b04e965c8e37d7a | |
| parent | ddee3ee4e071d5c9e27dfe53487d7b8a6d1cead2 (diff) | |
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)
| -rw-r--r-- | share/man/man4/pcm.4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
