summarylogtreecommitdiffstats
path: root/caps_9.x.patch
diff options
context:
space:
mode:
authorAlad Wenter2015-08-21 16:01:44 +0200
committerAlad Wenter2015-08-21 16:01:44 +0200
commitd4eb9d0240a2ba214aa25aed4f0a7d4bc7e8516c (patch)
treecb32fc0ef629052c64854df9e33b7e09497a1e63 /caps_9.x.patch
downloadaur-d4eb9d0240a2ba214aa25aed4f0a7d4bc7e8516c.tar.gz
init
Diffstat (limited to 'caps_9.x.patch')
-rw-r--r--caps_9.x.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/caps_9.x.patch b/caps_9.x.patch
new file mode 100644
index 000000000000..e5856b333e11
--- /dev/null
+++ b/caps_9.x.patch
@@ -0,0 +1,22 @@
+
+--- ctl_equal.c 2009-01-31 23:06:47.000000000 +0100
++++ ctl_equal.c 2014-01-23 15:23:01.000000000 +0100
+@@ -167,7 +167,7 @@
+ snd_ctl_equal_t *equal;
+ const char *controls = ".alsaequal.bin";
+ const char *library = "/usr/lib/ladspa/caps.so";
+- const char *module = "Eq";
++ const char *module = "Eq10";
+ long channels = 2;
+ const char *sufix = " Playback Volume";
+ int err, i, index;
+--- pcm_equal.c 2010-02-01 23:55:00.000000000 +0100
++++ pcm_equal.c 2014-01-23 15:23:16.000000000 +0100
+@@ -151,7 +151,7 @@
+ snd_config_t *sconf = NULL;
+ const char *controls = ".alsaequal.bin";
+ const char *library = "/usr/lib/ladspa/caps.so";
+- const char *module = "Eq";
++ const char *module = "Eq10";
+ long channels = 2;
+ int err;