aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/sbus/cs4231.c
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2009-06-07 23:38:16 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2009-06-07 23:38:16 +0000
commitc5c15a7b9a04bbe4553b18ce69830e755d33a8cf (patch)
treed960c84885c2beb4a507ad6c3030c433bab99988 /sys/dev/sound/sbus/cs4231.c
parent7dbf0cb77dab99b4a7f67cbec50d688f25c41911 (diff)
downloadsrc-c5c15a7b9a04bbe4553b18ce69830e755d33a8cf.tar.gz
src-c5c15a7b9a04bbe4553b18ce69830e755d33a8cf.zip
Fix build on sparc64.
Pointy hat: ariff@
Notes
Notes: svn path=/head/; revision=193667
Diffstat (limited to 'sys/dev/sound/sbus/cs4231.c')
-rw-r--r--sys/dev/sound/sbus/cs4231.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c
index 90c947f5aaf3..7e7fc82f68d0 100644
--- a/sys/dev/sound/sbus/cs4231.c
+++ b/sys/dev/sound/sbus/cs4231.c
@@ -273,7 +273,7 @@ static u_int32_t cs4231_fmt[] = {
SND_FORMAT(AFMT_IMA_ADPCM, 1, 0),
SND_FORMAT(AFMT_IMA_ADPCM, 2, 0),
SND_FORMAT(AFMT_S16_LE, 1, 0),
- SND_FORMAT(S16_LE, 2, 0),
+ SND_FORMAT(AFMT_S16_LE, 2, 0),
SND_FORMAT(AFMT_S16_BE, 1, 0),
SND_FORMAT(AFMT_S16_BE, 2, 0),
0