Created attachment 178232 [details] aucatctl.diff When setting the master volume aucatctl leaves a field uninitialized leading to potentially sending a garbage sysex message to sndio i.e. the master volume remains unchanged. This bug seems to not happen on amd64, but does happen on i386 and armv6.
A commit references this bug: Author: ehaupt Date: Sat Dec 24 10:27:19 UTC 2016 New revision: 429325 URL: https://svnweb.freebsd.org/changeset/ports/429325 Log: Fix setting master volume on i386 PR: 215521 Submitted by: t@tobik.me (maintainer) MFH: 2016Q4 Changes: head/audio/aucatctl/Makefile head/audio/aucatctl/files/ head/audio/aucatctl/files/patch-aucatctl.c
A commit references this bug: Author: ehaupt Date: Sun Dec 25 09:31:34 UTC 2016 New revision: 429406 URL: https://svnweb.freebsd.org/changeset/ports/429406 Log: MFH: r429325 Fix setting master volume on i386 PR: 215521 Submitted by: t@tobik.me (maintainer) Approved by: ports-secteam (junovitch) Changes: _U branches/2016Q4/ branches/2016Q4/audio/aucatctl/Makefile branches/2016Q4/audio/aucatctl/files/
Committed, thanks!