diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-20 14:19:17 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-20 14:19:17 +0000 |
| commit | aa73302b038a5d45ef3aa8e705edd1f0d810fd74 (patch) | |
| tree | 97df1095e6c0bf1ce98003d5ff412a39a4aa8658 /share | |
| parent | c03054e9573a9f34136706960d605747315b8db6 (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 87eed16e1bb5..5e8cd6254890 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 |
