[Bug 195760] New: FEEDER_EQ_PRESETS parsed incorrectly for sound(4)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 6 20:17:00 UTC 2014


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

            Bug ID: 195760
           Summary: FEEDER_EQ_PRESETS parsed incorrectly for sound(4)
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dezgotspam at gmail.com

Created attachment 150285
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150285&action=edit
patch for head/sys/tools/feeder_eq_mkfilter.awk

The sound mega-commit in 2009 (193640) introduced a parametric software
equalizer, with the ability to customize its parameters at compile time using
FEEDER_EQ_PRESETS in make.conf(5).

I believe the only documentation on the format of this is referenced in ariff's
commit comment: http://people.freebsd.org/~ariff/SOUND_4.TXT.html

Going by that description of FEEDER_EQ_PRESETS, the build system parses it
slightly incorrectly. I believe that the parsing tool is unchanged since its
original introduction, so the attached patch should apply for all versions.

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


More information about the freebsd-bugs mailing list