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 },
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"