aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/feeder_volume.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Use nitems() where possibleChristos Margiolis2024-05-061-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
* sound(4): Implement mixer mute control for feeder channels.Hans Petter Selasky2021-09-281-5/+14
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-114/+271
* Use signed int, since all the samples are in that form.Ariff Abdullah2007-06-161-4/+4
* Separate license from comments.Joel Dahl2007-06-021-2/+2
* [stage: 3.1/9]Ariff Abdullah2007-03-161-106/+67
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-33/+178
* Update my email address, so people know where the exact /Ariff Abdullah2005-11-141-2/+2
* Soft volume implementation for audio devices without pcm mixer controller.Alexander Leidinger2005-10-021-0/+78