aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/macio
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@FreeBSD.org>2012-08-14 05:16:35 +0000
committerAndreas Tobler <andreast@FreeBSD.org>2012-08-14 05:16:35 +0000
commit6e8fcacda452f3f892a86d81bc52bd4673e6eb9e (patch)
treec183b851241f31ff98f21aae3056f9802593a1c7 /sys/dev/sound/macio
parent06e8730c593841ce9aa26cf1b8bdb0b67e57dcca (diff)
downloadsrc-6e8fcacda452f3f892a86d81bc52bd4673e6eb9e.tar.gz
src-6e8fcacda452f3f892a86d81bc52bd4673e6eb9e.zip
Fix typo in comment.
Notes
Notes: svn path=/head/; revision=239245
Diffstat (limited to 'sys/dev/sound/macio')
-rw-r--r--sys/dev/sound/macio/snapper.c2
1 files changed, 1 insertions, 1 deletions
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 */