diff options
Diffstat (limited to 'sys/dev')
| -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", |
