- Add a HARDWARE section based on the previous 'Supported Cards'

subsection and the hardware notes.
- Xref all snd_* drivers

MFC after:	1 week
This commit is contained in:
brueffer 2005-05-22 15:25:14 +00:00
parent 92ccaccb00
commit 80ee81112e

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 28, 2004 .Dd May 22, 2005
.Dt SOUND 4 .Dt SOUND 4
.Os .Os
.Sh NAME .Sh NAME
@ -266,37 +266,32 @@ See
for a complete list of the supported for a complete list of the supported
.Fn ioctl .Fn ioctl
functions. functions.
.Ss Supported Cards .Sh HARDWARE
Below we include a list of supported codecs/cards. The
If your sound card .Nm
is not listed here, it may be supported by a bridge driver. driver supports the following sound cards:
.Bl -tag -width 2m
.It CS4237, CS4236, CS4232, CS4231 (ISA)
All these cards work perfectly in full duplex using the MSS mode.
This chipset is used, among others, on the A/Open AW35 and AW32, on
some Intel motherboards, and (the CS4231) on some non-PnP cards.
.Pp .Pp
The CS4232 is reported as buggy in the Voxware documentation but .Bl -bullet -compact
I am not sure if this is true. .It
On one of my Intel motherboards, CS4231, CS4232, CS4236, CS4237 (ISA)
capture does not work simply because the capture DMA channel is .It
not wired to the ISA DMA controller. Creative Labs SoundBlaster PCI
.It Yamaha OPL-SAx (ISA) .It
Works perfectly in all modes. ENSONIQ AudioPCI ES1370/1371
This chip is used in several PnP cards, .It
but also (in non-PnP mode) on motherboards and laptops (e.g., the ESS Solo-1/1E (PCI)
Toshiba Libretto). .It
.It OPTi931 (ISA) Intel 443MX, 810, 815, and 815E integrated sound devices
The chip is buggy, but the driver has many workarounds to make it work .It
in full duplex because for some time these were the only full duplex MSS/WSS Compatible DSPs
cards I could find. .It
U-law format uses U8 format internally because of NeoMagic 256AV/ZK (PCI)
a bug in the chip. .It
.It Trident 4DWave DX/NX (PCI) OPTi931/82C931 (ISA)
.It ENSONIQ AudioPCI ES1370/1371 (PCI) .It
Creative Labs SoundBlaster PCI is supported as well. Trident 4DWave DX/NX (PCI)
.It ESS Solo-1/1E (PCI) .It
.It NeoMagic 256AV/ZX (PCI) Yamaha OPL-SAx (ISA)
.El .El
.Sh FILES .Sh FILES
The The
@ -342,9 +337,28 @@ AC97 codec is not likely to be accompanied with the sound card.
A device node is not created properly. A device node is not created properly.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr snd_ad1816 4 ,
.Xr snd_als4000 4 ,
.Xr snd_audiocs 4 ,
.Xr snd_cmi 4 ,
.Xr snd_cs4281 4 ,
.Xr snd_csa 4 , .Xr snd_csa 4 ,
.Xr snd_ds1 4 ,
.Xr snd_emu10k1 4 ,
.Xr snd_es137x 4 ,
.Xr snd_ess 4 ,
.Xr snd_fm801 4 ,
.Xr snd_gusc 4 , .Xr snd_gusc 4 ,
.Xr snd_ich 4 ,
.Xr snd_maestro 4 ,
.Xr snd_maestro3 4 ,
.Xr snd_neomagic 4 ,
.Xr snd_sbc 4 , .Xr snd_sbc 4 ,
.Xr snd_solo 4 ,
.Xr snd_uaudio 4 ,
.Xr snd_via8233 4 ,
.Xr snd_via82c686 4 ,
.Xr snd_vibes 4 ,
.Xr devfs 5 , .Xr devfs 5 ,
.Xr loader.conf 5 , .Xr loader.conf 5 ,
.Xr dmesg 8 , .Xr dmesg 8 ,