[Bug 216571] audio/sndio: Various fixes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 29 13:31:37 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216571

            Bug ID: 216571
           Summary: audio/sndio: Various fixes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: t at tobik.me
 Attachment #179395 maintainer-approval+
             Flags:

Created attachment 179395
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179395&action=edit
audio___sndio.diff

- Success in opening /dev/dsp* O_RDWR does not mean the device
  supports play/recording.  Add an extra check to see if the requested
  mode is really supported.
- Sndiod cannot currently be started in jails as root, because it
  tries to setpriority(-20).  Allow setpriority to fail and start the
  daemon anyway.
- Fallback to /dev/dsp instead of /dev/dsp0 when using libsndio directly
  without a running sndiod
- Implement sio_setvol in the OSS backend for application level volume
  control with just libsndio

Portlint: ok
Synth test log: https://pkg.tobik.me/logs/audio___sndio.log

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list