index.md (699B)
1 alsa 2 ==== 3 4 Description 5 ----------- 6 This patch adds ALSA volume support. slstatus on-purpose makes use of 7 `/dev/mixer` per default because it is a much simpler interface and 8 all distributions still support it. Anyone refusing to use it may use 9 this patch. 10 11 To use, add `-DALSA` to `CPPFLAGS`, `-lasound` to `LDFLAGS` and pass the 12 control name (e.g. Master) as argument to `vol_perc` in config.h. 13 14 Download 15 -------- 16 * [slstatus-alsa-4bd78c9.patch](slstatus-alsa-4bd78c9.patch) 17 18 For adding support regarding mute status: 19 * [slstatus-alsa-mute-1.0.diff](slstatus-alsa-mute-1.0.diff) 20 21 Authors 22 ------- 23 * Ivan Krylov <krylov.r00t@gmail.com> 24 * drkhsh <me@drkhsh.at> 25 * sewn <sewn@disroot.org> (mute support)