blob: 5cb7e30ce021f5cb8b580805e2e88f476c6933ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/771093
--- a/src/driver_mixer_alsa.c
+++ b/src/driver_mixer_alsa.c
@@ -32,7 +32,7 @@
#define SECTION "MODULE MIXER ALSA"
-struct driver_alsamixer {
+extern struct driver_alsamixer {
char *card; /* name of the soundcard (usually "default" is fine) */
GString *channels; /* channel names to use */
struct {
|