maintainer-feedback requested: [Bug 256674] audio/sndio: add a fix for incorrect channel number with OSS
Date: Thu, 17 Jun 2021 15:05:23 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia (Nobody) <multimedia@FreeBSD.org> for maintainer-feedback: Bug 256674: audio/sndio: add a fix for incorrect channel number with OSS https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256674 --- Description --- The OSS backend in sndio doesn't properly handle trap values set by sio_initpar(), making it fail. This breaks some applications with sndio, e.g. mpg123. More details provided here: https://sndio.org/arch/0138.html. Upstream patch: https://github.com/ratchov/sndio/commit/aac840d9f91c52a1dc3dcbdbfc3c628a80a717a 1