svn commit: r221794 - head/sys/dev/sound/pci/hda

Jack F Vogel jfv at FreeBSD.org
Thu May 12 00:10:30 UTC 2011


Author: jfv
Date: Thu May 12 00:10:29 2011
New Revision: 221794
URL: http://svn.freebsd.org/changeset/base/221794

Log:
  Correct a typo

Modified:
  head/sys/dev/sound/pci/hda/hdac.c

Modified: head/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- head/sys/dev/sound/pci/hda/hdac.c	Wed May 11 21:52:26 2011	(r221793)
+++ head/sys/dev/sound/pci/hda/hdac.c	Thu May 12 00:10:29 2011	(r221794)
@@ -496,7 +496,7 @@ static const struct {
 } hdac_devices[] = {
 	{ HDA_INTEL_CPT,     "Intel Cougar Point",	0 },
 	{ HDA_INTEL_PATSBURG,"Intel Patsburg",  0 },
-	{ HDA_INTEL_PPT,     "Intel Panther Point",	0 },
+	{ HDA_INTEL_PPT1,    "Intel Panther Point",	0 },
 	{ HDA_INTEL_82801F,  "Intel 82801F",	0 },
 	{ HDA_INTEL_63XXESB, "Intel 631x/632xESB",	0 },
 	{ HDA_INTEL_82801G,  "Intel 82801G",	0 },


More information about the svn-src-all mailing list