From 2c72e284cadc7227830a8fdefc45fca8771e5e4c Mon Sep 17 00:00:00 2001 From: Ariff Abdullah Date: Sun, 1 Oct 2006 11:18:56 +0000 Subject: 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 Andrea Bittau Wesley Morgan Daniel Eischen Maxime Guillaud Ariff Abdullah ....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. --- sys/modules/sound/driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/sound/driver') diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 02f0f1b61bbc..711f7a81aa1f 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -4,8 +4,8 @@ SUBDIR = audiocs es137x .else SUBDIR = ad1816 als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx envy24 -SUBDIR += envy24ht es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8 -SUBDIR += sbc solo spicds t4dwave via8233 via82c686 vibes +SUBDIR += envy24ht es137x ess fm801 hda ich maestro maestro3 mss neomagic +SUBDIR += sb16 sb8 sbc solo spicds t4dwave via8233 via82c686 vibes SUBDIR += driver uaudio .endif -- cgit v1.3