summaryrefslogtreecommitdiff
path: root/components/volume.c
Commit message (Expand)AuthorAgeFilesLines
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-2/+2
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* Reset sndiod initialization flag on disconnectsIngo Feinerer2022-10-261-0/+1
* Make volume component work on FreeBSDmichaelbuch12@gmail.com2022-10-261-1/+1
* Use the sioctl_open(3) OpenBSD API to access volIngo Feinerer2020-11-301-51/+159
* Add native OpenBSD support for mute/volumeIngo Feinerer2019-02-131-27/+91
* Clean up header includesAaron Marcher2018-05-301-1/+0
* Remove units from numbersAaron Marcher2018-05-211-1/+1
* Add the percent sign to *_perc functionsAaron Marcher2018-05-191-1/+1
* Add warn() and die()Laslo Hunhold2018-05-181-5/+3
* Unify type of `i` in for loopsAaron Marcher2018-05-171-2/+2
* Unify header includesAaron Marcher2018-05-071-4/+4
* Fix coding styleAaron Marcher2018-05-061-6/+7
* volume: Cast SOUND_MIXER_READ_DEVMASK to int to avoid warning.parazyd2018-05-021-1/+1
* Add OpenBSD support in volume.cparazyd2018-04-291-3/+5
* Format error messages properlyAaron Marcher2018-03-281-3/+4
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-4/+3
* More robust preprocessor switchesAaron Marcher2018-03-211-1/+1
* Build Linux-only functions only on LinuxAaron Marcher2018-03-181-0/+2
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+43