Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Sep 2014 08:44:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193373] New: audio/xanalyzer does not use appropriate OSS IOCTLs
Message-ID:  <bug-193373-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 193373
           Summary: audio/xanalyzer does not use appropriate OSS IOCTLs
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: hselasky@FreeBSD.org

Created attachment 146906
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146906&action=edit
Fix for problem.

Hi,

SNDCTL_DSP_GETBLKSIZE() is in FreeBSD a read only IOCTL.
Need to use SNDCTL_DSP_SETBLKSIZE() to really set the blocksize.

Thank you!

--HPS

-- 
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-193373-13>