* don't round blocksize to multiples of 16; can cause problems when
authorjakemsr <jakemsr@openbsd.org>
Mon, 19 Jul 2010 07:57:36 +0000 (07:57 +0000)
committerjakemsr <jakemsr@openbsd.org>
Mon, 19 Jul 2010 07:57:36 +0000 (07:57 +0000)
commit3285896f246fc3948edd0e2f95a6490279f05f91
tree84b2a70a8b901de0472b35e13b1172384c2fea48
parentfe90272465a058e86ee3bd75bf189adf1a065d4c
* don't round blocksize to multiples of 16; can cause problems when
sample size or number of channels is not a power of 2.
* use 'param->bps' instead of 'param->precision / NBBY' for the number
of bytes per sample.

ok ratchov
sys/dev/usb/uaudio.c