Date: Sun, 1 Oct 2006 11:13:00 +0000 (UTC) From: Ariff Abdullah <ariff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h src/sys/modules/sound/driver/hda Makefile Message-ID: <200610011113.k91BD09L005884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ariff 2006-10-01 11:13:00 UTC FreeBSD src repository Added files: sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h sys/modules/sound/driver/hda Makefile Log: 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. Revision Changes Path 1.1 +1226 -0 src/sys/dev/sound/pci/hda/hda_reg.h (new) 1.1 +4584 -0 src/sys/dev/sound/pci/hda/hdac.c (new) 1.1 +69 -0 src/sys/dev/sound/pci/hda/hdac.h (new) 1.1 +335 -0 src/sys/dev/sound/pci/hda/hdac_private.h (new) 1.1 +266 -0 src/sys/dev/sound/pci/hda/hdac_reg.h (new) 1.1 +9 -0 src/sys/modules/sound/driver/hda/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610011113.k91BD09L005884>