Date: Sun, 31 Jul 2005 16:08:04 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys soundcard.h Message-ID: <200507311608.j6VG852D078343@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2005-07-31 16:08:04 UTC FreeBSD src repository Modified files: sys/sys soundcard.h Log: OSS defines AFMT_x32_xE as: 1) 32bit data, packed within 32bit (4bytes) boundary. 2) 24bit data, packed within 32bit (4bytes) boundary where the data is stored in the 24 most significant bits and least significant 8 bits are not used and should be set to 0. While this might hold true in few cases, lots of applications (notably mplayer, sweep) really deal / produce 24bit as what they should meant to be: 24bit data / 3bytes per sample. To handle this "true" 24bit pcm format add AFMT_x24_xE, so the in-kernel conversion space did not confuse itself with 32bit variant. You need to rebuild mplayer after installing this change (this header and the upcomming kernel changes), if you want to use this new feature. Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my> Tested by: multimedia@ Revision Changes Path 1.45 +4 -0 src/sys/sys/soundcard.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507311608.j6VG852D078343>