SND_ICH(4) | Device Drivers Manual | SND_ICH(4) |
snd_ich
— Intel
ICH AC'97 and compatible bridge device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device sound
device snd_ich
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
snd_ich_load="YES"
The snd_ich
bridge driver allows the
generic audio driver sound(4) to attach to Intel ICH AC'97
and compatible audio devices.
Some later chips, like ICH6/ICH7, depending on wiring can instead implement newer Intel HD Audio specification, which is supported by snd_hda(4) driver.
The snd_ich
driver supports the following
audio devices:
The snd_ich
device driver first appeared
in FreeBSD 4.2.
This manual page was written by Jorge Mario G. Mazo <jgutie11@eafit.edu.co>.
January 6, 2009 | Debian |