summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/driver.c
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2006-10-01 11:18:56 +0000
committerariff <ariff@FreeBSD.org>2006-10-01 11:18:56 +0000
commit47c1ea816c9866c910f8cd898c692aa8eb8d184f (patch)
treeda10288f00761da84f7cfece6a0539906c1185db /sys/dev/sound/driver.c
parent2d73ac3c574e984e10b9f318c78c107f68e638f1 (diff)
downloadFreeBSD-src-47c1ea816c9866c910f8cd898c692aa8eb8d184f.zip
FreeBSD-src-47c1ea816c9866c910f8cd898c692aa8eb8d184f.tar.gz
Connect snd_hda(4) to build process...
Add support for Intel High Definition Audio Controller. This driver make a special guarantee that "playback" works on majority hardwares with minimal or without specific vendor quirk. This driver is a product of collaborative effort made by: Stephane E. Potvin <sepotvin@videotron.ca> Andrea Bittau <a.bittau@cs.ucl.ac.uk> Wesley Morgan <morganw@chemikals.org> Daniel Eischen <deischen@FreeBSD.org> Maxime Guillaud <bsd-ports@mguillaud.net> Ariff Abdullah <ariff@FreeBSD.org> ....and various people from freebsd-multimedia@FreeBSD.org Refer to snd_hda(4) for features and issues. Welcome To HDA. Sponsored by: Defenxis Sdn. Bhd.
Diffstat (limited to 'sys/dev/sound/driver.c')
-rw-r--r--sys/dev/sound/driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c
index 29d6ec1..dae1075 100644
--- a/sys/dev/sound/driver.c
+++ b/sys/dev/sound/driver.c
@@ -68,6 +68,7 @@ MODULE_DEPEND(snd_driver, snd_es137x, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_ess, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_fm801, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_gusc, 1, 1, 1);
+MODULE_DEPEND(snd_driver, snd_hda, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_ich, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_maestro, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_maestro3, 1, 1, 1);
OpenPOWER on IntegriCloud