Manual Page Search Parameters

SND_DAVBUS(4) Device Drivers Manual SND_DAVBUS(4)

snd_davbusApple Davbus audio device driver

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

device sound
device snd_davbus

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

snd_davbus_load="YES"

The snd_davbus driver provides support for the Apple Davbus audio controllers found in many G3-era Apple machines.

Chips supported by the snd_davbus driver include:

snd_ai2s(4), sound(4)

The snd_davbus device driver appeared in FreeBSD 8.0.

The snd_davbus driver was written by Marco Trillo <marcotrillo@gmail.com>.

Recording is not currently supported.

January 20, 2009 dev