Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2011 00:10:29 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221794 - head/sys/dev/sound/pci/hda
Message-ID:  <201105120010.p4C0ATJx011630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105120010.p4C0ATJx011630>