CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/12/22 16:20:48
Modified files: sys/conf : files sys/dev/ic : arcofi.c Log message: Add 16-bit modes to arcofi(4). Big-endian signed is native, others require some bit or byte flipping. Trivial, and would have been part of the initial commit, had I not made the mistake of testing a big-endian chip with 16-bit audio data in little-endian format (``oops'').