aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/feeder_rate.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Rename chn_* feeder functions to feeder_*Christos Margiolis2024-07-271-1/+1
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-181-2/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-161-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-121-1/+1
* sound: Remove CTLFLAG_NEEDGIANT from some sysctls.Alexander Motin2021-12-271-3/+3
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-8/+12
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make all PCM core sysctls tunable and remove redundant TUNABLE()Hans Petter Selasky2015-03-241-10/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* sound/pcm: use non-const string as a value with SYSCTL_STRINGAndriy Gapon2010-06-151-1/+1
* - Do aggresive saturation on various polynomial interpolators.Ariff Abdullah2009-07-141-93/+98
* Rearrange shift operation to increase interpolation accuracy,Ariff Abdullah2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-051-10/+10
* Slight comment fix.Ariff Abdullah2009-06-241-5/+4
* Remap type of polynomial interpolators for better polyphaseAriff Abdullah2009-06-151-5/+3
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-462/+1563
* Last (again ?!?) major commit for RELENG_7, featuring total GiantAriff Abdullah2007-06-161-5/+5
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-3/+3
* Separate license from comments.Joel Dahl2007-06-021-1/+3
* [stage: 6/9]Ariff Abdullah2007-03-161-115/+147
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-546/+320
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-181-1/+3
* Fix typos and clean up some comments.Joel Dahl2006-01-251-8/+8
* channel.c:Ariff Abdullah2006-01-241-10/+23
* Various fixups:Ariff Abdullah2006-01-221-14/+25
* Update my email address, so people know where the exact /Ariff Abdullah2005-11-141-3/+3
* Added missing comma. This fixes compilation if we need to enableAriff Abdullah2005-10-181-1/+1
* Whats New:Alexander Leidinger2005-07-311-322/+639
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Additional malloc failure checks.Orion Hodson2003-04-201-0/+2
* Back out last commit, which is fine in theory, but ignores the factOrion Hodson2003-03-051-1/+1
* It seems that sound(4)'s feeder routines don't need to allocate memoryBrian Feldman2003-02-231-4/+1
* Fix comment typo.Orion Hodson2003-02-061-18/+28
* o Constrain inputs to 25Hz granularity so interpolator can operateOrion Hodson2003-01-301-64/+97
* Re-implemention of the interpolation code used for sample rateOrion Hodson2003-01-201-53/+308
* various fixes to eliminate locking warningsCameron Grant2002-11-251-2/+2
* many changes:Cameron Grant2001-08-231-2/+2
* add a new method for retrieving feeder parametersCameron Grant2001-05-271-0/+17
* add a software sample rate conversion feeder. this uses linearCameron Grant2001-04-081-0/+175