aboutsummaryrefslogtreecommitdiff
path: root/lib/libmixer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* packages: Add a sound packageLexi Winter2025-10-021-0/+2
| | | | | | | | | | | | | | | Put virtual_oss, /etc/devd/snd.conf and the other audio-related tools into a new "sound" package. Don't create a separate -lib package, since it's unlikely someone will want mixer(3) without mixer(8). Put the sound package in the optional set rather than minimal, since it's not actually required for audio hardware support, and many systems (including nearly all servers) won't want it installed. MFC after: 3 seconds Reviewed by: christos Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52823
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* mixer(3): Implement mixer_get_path() functionChristos Margiolis2024-05-231-0/+1
| | | | | | | | | This is better than hardcoding device paths in mixer applications. Sponsored by: The FreeBSD Foundation MFC after: 1 day Reviewed by: dev_submerge.ch Differential Revision: https://reviews.freebsd.org/D45275
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* mixer(3): Fix buildworld after 38c857d956d61b811fb2047bc980b90d64a072bf .Hans Petter Selasky2021-10-011-2/+2
| | | | | | | s/default_unit/dunit/g Differential Revision: https://reviews.freebsd.org/D32254 Sponsored by: NVIDIA Networking
* mixer(3): Add some manual page symlinks.Hans Petter Selasky2021-10-011-0/+23
| | | | | | Submitted by: christos@ Differential Revision: https://reviews.freebsd.org/D32254 Sponsored by: NVIDIA Networking
* mixer(3): Add symbol versioning.Hans Petter Selasky2021-10-011-0/+2
| | | | | | Suggested by: kib Differential Revision: https://reviews.freebsd.org/D32254 Sponsored by: NVIDIA Networking
* Implement and use new mixer(3) library for FreeBSD.Hans Petter Selasky2021-09-221-0/+8
Wiki article: https://wiki.freebsd.org/SummerOfCode2021Projects/SoundMixerImprovements This project was part of Google Summer of Code 2021. Submitted by: christos@ Differential Revision: https://reviews.freebsd.org/D31636 Sponsored by: NVIDIA Networking