svn commit: r239245 - head/sys/dev/sound/macio

Andreas Tobler andreast at FreeBSD.org
Tue Aug 14 05:16:36 UTC 2012


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 */


More information about the svn-src-head mailing list