Module Name: src
Committed By: christos
Date: Thu Jun 22 02:09:37 UTC 2017
Modified Files:
src/sys/dev: auconv.c
Log Message:
comment out unused variables.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/auconv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/auconv.c
diff -u src/sys/dev/auconv.c:1.27 src/sys/dev/auconv.c:1.28
--- src/sys/dev/auconv.c:1.27 Tue Jun 20 03:21:50 2017
+++ src/sys/dev/auconv.c Wed Jun 21 22:09:37 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: auconv.c,v 1.27 2017/06/20 07:21:50 nat Exp $ */
+/* $NetBSD: auconv.c,v 1.28 2017/06/22 02:09:37 christos Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auconv.c,v 1.27 2017/06/20 07:21:50 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auconv.c,v 1.28 2017/06/22 02:09:37 christos Exp $");
#include <sys/types.h>
#include <sys/audioio.h>
@@ -199,6 +199,7 @@ static const struct conv_table u16be_tab
MULAW_TABLE(16, 16, 16)
#endif
{0, 0, 0, NULL, NULL}};
+#ifdef notdef
static const struct conv_table s24le_table[] = {
TABLE_LIST(32, 32, 24)
TABLE_LIST(24, 32, 24)
@@ -239,6 +240,7 @@ static const struct conv_table u24be_tab
MULAW_TABLE(24, 24, 24)
#endif
{0, 0, 0, NULL, NULL}};
+#endif
static const struct conv_table s32le_table[] = {
TABLE_LIST(32, 32, 32)
TABLE_LIST(24, 32, 32)