diff options
| author | ichiro <ichiro@NetBSD.org> | 2002-01-23 14:50:45 +0000 |
|---|---|---|
| committer | ichiro <ichiro@NetBSD.org> | 2002-01-23 14:50:45 +0000 |
| commit | ed09e8d9018eefe014b4be2f18be82f5342d6a53 (patch) | |
| tree | 896fbe780f3b60f260d9d4561f2f7aeba8686ac0 /sys/dev/ic | |
| parent | f0150052a5e3962e68ce0a7a1d038983718e065e (diff) | |
It corrected forgetting to attach ","
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/ac97.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index 13075d130d3..e79edb0b637 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $NetBSD: ac97.c,v 1.23 2002/01/12 16:03:11 tsutsui Exp $ */ +/* $NetBSD: ac97.c,v 1.24 2002/01/23 14:50:45 ichiro Exp $ */ /* $OpenBSD: ac97.c,v 1.8 2000/07/19 09:01:35 csapuntz Exp $ */ /* @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.23 2002/01/12 16:03:11 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.24 2002/01/23 14:50:45 ichiro Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -325,11 +325,11 @@ static const struct ac97_codecid { static const char * const ac97enhancement[] = { "no 3D stereo", "Analog Devices Phat Stereo", - "Creative" + "Creative", "National Semi 3D", "Yamaha Ymersion", "BBE 3D", - "Crystal Semi 3D" + "Crystal Semi 3D", "Qsound QXpander", "Spatializer 3D", "SRS 3D", |
