diff options
| author | Orion Hodson <orion@FreeBSD.org> | 2001-09-03 01:05:04 +0000 |
|---|---|---|
| committer | Orion Hodson <orion@FreeBSD.org> | 2001-09-03 01:05:04 +0000 |
| commit | 61608985c799f973e81c7ebcf06d7c209ca55cf7 (patch) | |
| tree | d44a0f6879f8a1a16e5220aad99f946a529c95ba | |
| parent | 256e74924385276158076139676da14843f031e9 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pci/cs4281.c | 2 |
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 |
