summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-02-04 16:14:52 +0100
committerTakashi Iwai <tiwai@suse.de>2015-02-04 16:14:52 +0100
commit0c4e68bdcc9cd62b1332ffc135fcf15215d76974 (patch)
treeee74ede18f58e8175a16bf7cadaa11dfb6b5d7ee
parent3e0d2a7c1cfa798b07779a36fe462ef86bdec697 (diff)
downloadalsa-driver-build-unstable-0c4e68bdcc9cd62b1332ffc135fcf15215d76974.tar.gz
Refresh acore/seq/seq_client.patch
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/acore/seq/seq_clientmgr.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/alsa/acore/seq/seq_clientmgr.patch b/alsa/acore/seq/seq_clientmgr.patch
index 24ed13a24..48d59da5c 100644
--- a/alsa/acore/seq/seq_clientmgr.patch
+++ b/alsa/acore/seq/seq_clientmgr.patch
@@ -1,5 +1,5 @@
---- ../../alsa-kernel/core/seq/seq_clientmgr.c 2011-11-08 07:59:20.000000000 +0100
-+++ seq_clientmgr.c 2012-07-19 14:01:02.000000000 +0200
+--- ../../alsa-kernel/core/seq/seq_clientmgr.c 2015-02-03 17:57:48.504745673 +0100
++++ seq_clientmgr.c 2015-02-04 16:11:46.134741332 +0100
@@ -1,3 +1,5 @@
+#define __NO_VERSION__
+#include "adriver.h"
@@ -14,7 +14,7 @@
#include <linux/export.h>
#include <linux/slab.h>
#include <sound/core.h>
-@@ -2212,12 +2215,25 @@
+@@ -2223,12 +2226,25 @@
return snd_seq_do_ioctl(client, cmd, (void __user *) arg);
}
@@ -41,7 +41,7 @@
/* -------------------------------------------------------- */
-@@ -2555,8 +2571,12 @@
+@@ -2566,8 +2582,12 @@
.release = snd_seq_release,
.llseek = no_llseek,
.poll = snd_seq_poll,
@@ -53,4 +53,4 @@
+#endif
};
- /*
+ static struct device seq_dev;