2023-01-16 13:09 | fix default unix switching for empty mixers | Christos Margiolis | 1 | +5 | -14 |
2023-01-15 22:45 | minor fixes | Christos Margiolis | 8 | +35 | -23 |
2022-03-21 07:36 | minor improvements | Christos Margiolis | 1 | +10 | -7 |
2022-03-20 18:17 | combine conditions | Christos Margiolis | 1 | +5 | -7 |
2022-03-20 18:11 | fix shorthand syntax bug | Christos Margiolis | 2 | +24 | -7 |
2022-03-20 16:28 | accept floats, move defines to enum | Christos Margiolis | 1 | +6 | -4 |
2022-03-20 16:10 | mixer(8): add shorthand syntax for setting the volume | Christos Margiolis | 1 | +16 | -6 |
2022-03-18 15:05 | ran igor(1) and fixed patch breaking issues | Christos Margiolis | 2 | +77 | -62 |
2022-03-18 13:51 | a few more fixes | Christos Margiolis | 2 | +5 | -6 |
2022-03-18 13:40 | fixed mandoc -Tlint issues | Christos Margiolis | 2 | +101 | -87 |
2022-03-17 18:03 | remove useless files | Christos Margiolis | 4 | +0 | -0 |
2022-03-17 18:02 | mixer(8): fix redundant printout | Christos Margiolis | 5 | +2 | -6 |
2022-03-14 22:50 | move soundcard.h to header | Christos Margiolis | 2 | +1 | -1 |
2022-01-03 22:05 | mixer(3): move unnecessary include out of header file | Christos Margiolis | 2 | +1 | -1 |
2021-12-03 13:54 | man: fix .Dt tags | Christos Margiolis | 3 | +3 | -3 |
2021-10-17 12:17 | mixer(8): add -h option | Christos Margiolis | 2 | +10 | -5 |
2021-10-15 00:08 | update kernel patches, minor library and prog updates | Christos Margiolis | 3 | +81 | -60 |
2021-10-01 15:28 | fix symbol version and revert dunit name change | Christos Margiolis | 6 | +31 | -36 |
2021-10-01 10:22 | add symbol versioning and change dunit to default_unit | Christos Margiolis | 6 | +82 | -36 |
2021-09-30 13:13 | changged dir hierarchy to match src | Christos Margiolis | 9 | +2 | -1 |
2021-09-30 13:03 | modified rc script and name checking in mixer_open | Christos Margiolis | 4 | +4 | -11 |
2021-09-28 15:43 | pushed to upstream | Christos Margiolis | 11 | +1123 | -747 |
2021-08-26 14:07 | mixer(3): fixed post assignment check in mixer_remove_ctl() | Christos Margiolis | 3 | +14 | -4 |
2021-08-25 15:03 | fixed cdefs and $FreeBSD$ tag | Christos Margiolis | 5 | +13 | -5 |
2021-08-25 14:04 | mixer.3: updated MIX_VOLDENORM definition | Christos Margiolis | 1 | +1 | -1 |
2021-08-25 14:00 | removed math dependency | Christos Margiolis | 4 | +2 | -5 |
2021-08-22 17:21 | minor fixes | Christos Margiolis | 2 | +7 | -10 |
2021-08-01 15:33 | updated manpage and improved mixer_close | Christos Margiolis | 3 | +268 | -76 |
2021-08-01 14:11 | fixed possible bug in mixer_add_ctl_s | Christos Margiolis | 3 | +16 | -10 |
2021-07-31 15:32 | removed mixer_make_ctl and minor fixed in mixer(8) | Christos Margiolis | 3 | +62 | -76 |
2021-07-31 14:44 | working on control handling, might need a clean up | Christos Margiolis | 4 | +84 | -60 |
2021-07-28 15:37 | mixer(3): moved control handling here | Christos Margiolis | 4 | +312 | -145 |
2021-07-27 12:54 | added manpage section for mixer_getstatus | Christos Margiolis | 2 | +23 | -1 |
2021-07-27 12:33 | sound(4): implement playback/recording status sysctl | Christos Margiolis | 4 | +118 | -43 |
2021-07-26 14:08 | removed some useless comments | Christos Margiolis | 1 | +0 | -34 |
2021-07-21 18:54 | working on manpages | Christos Margiolis | 5 | +397 | -80 |
2021-07-20 22:14 | sound(4): added hans' changes | Christos Margiolis | 4 | +200 | -64 |
2021-07-14 21:07 | minor refactoring | Christos Margiolis | 6 | +46 | -64 |
2021-07-11 14:25 | kernel: remove reduntant initializations | Christos Margiolis | 2 | +6 | -26 |
2021-07-10 10:37 | kernel: allow volume to be changed while muted | Christos Margiolis | 1 | +35 | -10 |
2021-07-08 19:39 | kernel: return appropriate volume when muted. lib/prog: removed all device flags | Christos Margiolis | 4 | +148 | -125 |
2021-07-07 12:16 | minor changes | Christos Margiolis | 4 | +230 | -203 |
2021-07-06 12:03 | mixer_prog: added mute control | Christos Margiolis | 5 | +91 | -27 |
2021-07-02 21:41 | implemented mute ioctl in the kernel | Christos Margiolis | 7 | +195 | -220 |
2021-07-01 16:30 | mixer_prog: improved controrl handling | Christos Margiolis | 2 | +126 | -104 |
2021-06-29 22:08 | mixer_prog: added handling through controls sysctl-style | Christos Margiolis | 6 | +511 | -175 |
2021-06-28 22:42 | started writing the manpages, improved function naming | Christos Margiolis | 5 | +187 | -56 |
2021-06-27 13:36 | README: fix typo | Christos Margiolis | 1 | +3 | -3 |
2021-06-27 13:31 | mixer_lib: removed useless checks in mixer_open's device loop | Christos Margiolis | 3 | +5 | -4 |
2021-06-20 17:04 | mixer_lib: `mixer_prog`: fixed volume read bug | Christos Margiolis | 2 | +7 | -6 |
2021-06-18 22:48 | mixer_prog: brought back the -s option (now -o) and `{+|-|^|=}rec rdev` interface. command line parsing needs improvement. | Christos Margiolis | 3 | +108 | -91 |
2021-06-18 17:26 | mixer_prog: (maybe) improved output mixer_lib: `mixer_modresrc` sets `errno` to `ENODEV` if `m->recmask` is not set. | Christos Margiolis | 3 | +26 | -15 |
2021-06-18 16:27 | mixer_lib: added `mixer_get_nmixers` mixer_prog: major refactoring, added -a, -d, -s and -r options. | Christos Margiolis | 3 | +202 | -173 |
2021-06-17 11:45 | added panning function to implement soon, minor fixes | Christos Margiolis | 2 | +42 | -15 |
2021-06-16 18:28 | volumes now are 32-bit floats -- some things might not work properly yet | Christos Margiolis | 8 | +54 | -41 |
2021-06-14 15:54 | mixer.c: seldevbyname: return mix_dev \* instead of assigning the pointer automatically. change volume type to short | Christos Margiolis | 4 | +32 | -29 |
2021-06-13 17:37 | initial commit | Christos Margiolis | 10 | +731 | -0 |