-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da6ad92
commit 3e7576f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gvc
updated
19 files
+1 −0 | .gitignore | |
+7 −2 | .gitlab-ci.yml | |
+23 −0 | .gitlab-ci/meson.build | |
+1 −0 | .gitlab-ci/subprojects/gvc | |
+0 −64 | Makefile.am | |
+0 −43 | Makefile.tests | |
+1 −2 | gvc-channel-map.c | |
+6 −0 | gvc-mixer-card-private.h | |
+69 −61 | gvc-mixer-card.c | |
+409 −288 | gvc-mixer-control.c | |
+10 −9 | gvc-mixer-event-role.c | |
+142 −139 | gvc-mixer-stream.c | |
+11 −0 | gvc-mixer-stream.h | |
+39 −29 | gvc-mixer-ui-device.c | |
+0 −4 | gvc-pulseaudio-fake.h | |
+5 −5 | libgnome-volume-control.doap | |
+9 −5 | meson.build | |
+3 −3 | test-audio-device-selection.c | |
+0 −3 | tests-include/config.h |