diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-20 14:20:06 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-20 14:20:06 +0000 |
| commit | 87c301151a9595e810633959953fb95f5b6368ba (patch) | |
| tree | 7d0cff2166ce7c2a6bde53a6910a7b50d8178efe /share | |
| parent | 374f9d13225bf1289b17644f4fb6f0cb422e389c (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/pcm.4 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index 87eed16e1bb50..5e8cd6254890e 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -122,7 +122,20 @@ Creative Labs SoundBlaster PCI is supported as well. .It NeoMagic 256AV/ZX (PCI) .Pp .El -.Pp +.Sh FILES +.Bl -tag -width /dev/snd* -compact +.It Pa /dev/snd* +Device nodes created with the shell commands +.Bk -words +.Ql cd /dev; sh MAKEDEV snd0 +.Ek +for the pcm0 device, +.Bk -words +.Ql cd /dev; sh MAKEDEV snd1 +.Ek +for the pcm1 device, +etc. +.El .Sh DIAGNOSTICS AND TROUBLESHOOTING .Bl -tag -width 2m .It ac97: dac not ready |
