diff options
| author | Orion Hodson <orion@FreeBSD.org> | 2001-09-03 02:14:55 +0000 |
|---|---|---|
| committer | Orion Hodson <orion@FreeBSD.org> | 2001-09-03 02:14:55 +0000 |
| commit | bb76bd11806c559ce618d65d888ff2766fcc8909 (patch) | |
| tree | aeae2ac1c45333100d669a4654d8a22673bff0a2 | |
| parent | 61608985c799f973e81c7ebcf06d7c209ca55cf7 (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 3abaf457650d..45e022234466 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 blocksize; + return ch->blksz; } static int |
