From 45e40c523ad8935b149fdb4ae70172fb3a3c0336 Mon Sep 17 00:00:00 2001 From: andreast Date: Tue, 14 Aug 2012 05:16:35 +0000 Subject: [PATCH] Fix typo in comment. --- sys/dev/sound/macio/snapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/macio/snapper.c b/sys/dev/sound/macio/snapper.c index d56d67b93dcd..bfbd1b068a43 100644 --- a/sys/dev/sound/macio/snapper.c +++ b/sys/dev/sound/macio/snapper.c @@ -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 */