Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2012 05:16:35 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239245 - head/sys/dev/sound/macio
Message-ID:  <201208140516.q7E5GZdJ045990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andreast
Date: Tue Aug 14 05:16:35 2012
New Revision: 239245
URL: http://svn.freebsd.org/changeset/base/239245

Log:
  Fix typo in comment.

Modified:
  head/sys/dev/sound/macio/snapper.c

Modified: head/sys/dev/sound/macio/snapper.c
==============================================================================
--- head/sys/dev/sound/macio/snapper.c	Mon Aug 13 21:29:34 2012	(r239244)
+++ head/sys/dev/sound/macio/snapper.c	Tue Aug 14 05:16:35 2012	(r239245)
@@ -174,7 +174,7 @@ MIXER_DECLARE(snapper_mixer);
 #define  SNAPPER_MCR1_W_16	0x00	/*  16 bit */
 #define  SNAPPER_MCR1_W_18	0x01	/*  18 bit */
 #define  SNAPPER_MCR1_W_20	0x02	/*  20 bit */
-#define  SNAPPER_MCR1_W_24	0x03	/*  20 bit */
+#define  SNAPPER_MCR1_W_24	0x03	/*  24 bit */
 #define SNAPPER_MCR2_DL	0x80	/* Download */
 #define SNAPPER_MCR2_AP	0x02	/* All pass mode */
 #define SNAPPER_ACR_ADM	0x80	/* ADC output mode */



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