diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-11-17 21:57:15 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-11-17 21:57:15 +0000 |
| commit | a03e25bfc6b939aabe118a8faf7aa9824785b3ef (patch) | |
| tree | 9b32c584ab5e250b7a52587f15a7223f10749d29 | |
| parent | bc78de4d7e8d4d923161c4c68c4d3c8984d78d46 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/pcm.4 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index a29c552d80f7..0722fb0331d8 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -62,16 +62,11 @@ So, if you have the following line in your kernel config file: .Pp your first PnP audio card will be unit #1, i.e. it will be accessible as /dev/audio1, /dev/dsp1, etc. -Many application default to using /dev/audio, so you can create -symlinks from /dev/audio etc to the correct device entries as follows: +Many applications default to using /dev/audio, but appropriate +symlinks will be created as a side-effect of the the following command: .Pp .Cd cd /dev -.Cd rm audio dsp dspW mixer .Cd ./MAKEDEV snd1 -.Cd ln -s audio1 audio -.Cd ln -s dsp1 dsp -.Cd ln -s dspW1 dspW -.Cd ln -s mixer1 mixer .Pp The driver works best with WSS/MSS cards, which have a very clean architecture and an orthogonal set of features. They also happen to be |
