summaryrefslogtreecommitdiff
path: root/sys/dev/ic/interwave.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-10-11 12:36:04 +0000
committermycroft <mycroft@NetBSD.org>1997-10-11 12:36:04 +0000
commitb55132599881eca72b60fe818ea7b60ddf29133f (patch)
tree3c4dc0e84a90662084b600466c806f3290f2c4b5 /sys/dev/ic/interwave.c
parent088478fe619df628d76ce5d6ee895a5d5044dcc7 (diff)
AudioElinear -> AudioEslinear
Diffstat (limited to 'sys/dev/ic/interwave.c')
-rw-r--r--sys/dev/ic/interwave.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/interwave.c b/sys/dev/ic/interwave.c
index 7a2ea73bbc0..ec384040ff6 100644
--- a/sys/dev/ic/interwave.c
+++ b/sys/dev/ic/interwave.c
@@ -1,4 +1,4 @@
-/* $NetBSD: interwave.c,v 1.3 1997/10/11 11:28:49 mycroft Exp $ */
+/* $NetBSD: interwave.c,v 1.4 1997/10/11 12:36:04 mycroft Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -669,13 +669,13 @@ iw_query_encoding(addr, fp)
fp->flags = 0;
break;
case 4:
- strcpy(fp->name, AudioElinear_le);
+ strcpy(fp->name, AudioEslinear_le);
fp->encoding = AUDIO_ENCODING_SLINEAR_LE;
fp->precision = 16;
fp->flags = 0;
break;
case 5:
- strcpy(fp->name, AudioElinear_be);
+ strcpy(fp->name, AudioEslinear_be);
fp->encoding = AUDIO_ENCODING_SLINEAR_BE;
fp->precision = 16;
fp->flags = 0;