Date: Fri, 20 Sep 2019 06:36:57 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 184380] [pcm] SNDCTL_DSP_SETFMT accepts unsupported values Message-ID: <bug-184380-12827-nNiOCk1cwM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-184380-12827@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184380 Hans Petter Selasky <hselasky@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hselasky@FreeBSD.org --- Comment #2 from Hans Petter Selasky <hselasky@FreeBSD.org> --- Hi, AFMT_FLOAT is not defined for the in-kernel OSS. If there is enough bits left we can do that. Your AFMT_FLOAT definition is actually AFMT_U32_LE, which of-course is supported when using vchans: /usr/include/sys/soundcard.h:#define AFMT_U32_LE 0x00004000 /* Little endian unsigned 32-bit */ --HPS -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-184380-12827-nNiOCk1cwM>
