summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrion Hodson <orion@FreeBSD.org>2001-09-03 01:05:04 +0000
committerOrion Hodson <orion@FreeBSD.org>2001-09-03 01:05:04 +0000
commit61608985c799f973e81c7ebcf06d7c209ca55cf7 (patch)
treed44a0f6879f8a1a16e5220aad99f946a529c95ba
parent256e74924385276158076139676da14843f031e9 (diff)
Notes
-rw-r--r--sys/dev/sound/pci/cs4281.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c
index 066ffb02860b..3abaf457650d 100644
--- a/sys/dev/sound/pci/cs4281.c
+++ b/sys/dev/sound/pci/cs4281.c
@@ -354,7 +354,7 @@ cs4281chan_setblocksize(kobj_t obj, void *data, u_int32_t blocksize)
DEB(printf("cs4281chan_setblocksize: bufsz %d Setting %d\n", blocksize, ch->blksz));
- return sndbuf_getsize(ch->buffer);
+ return blocksize;
}
static int