GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SND_ATIIXP(4) FreeBSD Kernel Interfaces Manual SND_ATIIXP(4)

snd_atiixp
ATI IXP bridge device driver

To compile this driver into the kernel, place the following lines in your kernel configuration file:
device sound
device snd_atiixp

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

snd_atiixp_load="YES"

The snd_atiixp bridge driver allows the generic audio driver, sound(4), to attach to ATI IXP audio devices. This driver supports 16bit playback and recording, and 32bit native playback and recording.

The following sysctl(8) variables are available in addition to those available to all sound(4) devices:
dev.pcm.%d.polling
Experimental polling mode, where the driver operates by querying the device state on each tick using callout(9). Polling is disabled by default. Do not enable it unless you are facing weird interrupt problems or if the device cannot generate interrupts at all.

The snd_atiixp driver supports the following audio chipsets:

  • ATI IXP 200
  • ATI IXP 300
  • ATI IXP 400

sound(4)

The snd_atiixp device driver first appeared in FreeBSD 6.1.

This manual page was written by Joel Dahl <joel@FreeBSD.org>.

The snd_atiixp driver does not support S/PDIF, but implementing it should be fairly easy if the right hardware is available.

32bit native recording is broken on some hardware.

November 29, 2006 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.