summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/feeder_rate.c
Commit message (Expand)AuthorAgeFilesLines
* Make all PCM core sysctls tunable and remove redundant TUNABLE()hselasky2015-03-241-10/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* sound/pcm: use non-const string as a value with SYSCTL_STRINGavg2010-06-151-1/+1
* - Do aggresive saturation on various polynomial interpolators.ariff2009-07-141-93/+98
* Rearrange shift operation to increase interpolation accuracy,ariff2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-10/+10
* Slight comment fix.ariff2009-06-241-5/+4
* Remap type of polynomial interpolators for better polyphaseariff2009-06-151-5/+3
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-462/+1563
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-5/+5
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-3/+3
* Separate license from comments.joel2007-06-021-1/+3
* [stage: 6/9]ariff2007-03-161-115/+147
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-546/+320
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-1/+3
* Fix typos and clean up some comments.joel2006-01-251-8/+8
* channel.c:ariff2006-01-241-10/+23
* Various fixups:ariff2006-01-221-14/+25
* Update my email address, so people know where the exact /ariff2005-11-141-3/+3
* Added missing comma. This fixes compilation if we need to enableariff2005-10-181-1/+1
* Whats New:netchild2005-07-311-322/+639
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Additional malloc failure checks.orion2003-04-201-0/+2
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-051-1/+1
* It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-231-4/+1
* Fix comment typo.orion2003-02-061-18/+28
* o Constrain inputs to 25Hz granularity so interpolator can operateorion2003-01-301-64/+97
* Re-implemention of the interpolation code used for sample rateorion2003-01-201-53/+308
* various fixes to eliminate locking warningscg2002-11-251-2/+2
* many changes:cg2001-08-231-2/+2
* add a new method for retrieving feeder parameterscg2001-05-271-0/+17
* add a software sample rate conversion feeder. this uses linearcg2001-04-081-0/+175
OpenPOWER on IntegriCloud