Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 13:31:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216571] audio/sndio: Various fixes
Message-ID:  <bug-216571-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216571

            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@FreeBSD.org
          Reporter: t@tobik.me
 Attachment #179395 maintainer-approval+
             Flags:

Created attachment 179395
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179395&action=
=3Dedit
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216571-13>