Fix return value of cs4281chan_setblocksize.

This commit is contained in:
Orion Hodson 2001-09-03 01:05:04 +00:00
parent 256e749243
commit 61608985c7

View File

@ -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