summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-05-29 11:42:14 +0200
committerTakashi Iwai <tiwai@suse.de>2015-05-29 11:42:14 +0200
commite6e72d47870600b95f671567b97c537473694fb6 (patch)
tree12ba81c4a691cdfcc89dc7fa66915841264fc5f9
parent6dde5b73418b278232d690e7fa3d299cfca77ec8 (diff)
downloadalsa-driver-build-unstable-e6e72d47870600b95f671567b97c537473694fb6.tar.gz
Refresh acore/seq/oss/seq_oss.patch
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/acore/seq/oss/seq_oss.patch14
1 files changed, 4 insertions, 10 deletions
diff --git a/alsa/acore/seq/oss/seq_oss.patch b/alsa/acore/seq/oss/seq_oss.patch
index 7ff9778f7..917a4c7ba 100644
--- a/alsa/acore/seq/oss/seq_oss.patch
+++ b/alsa/acore/seq/oss/seq_oss.patch
@@ -1,5 +1,5 @@
---- ../../../alsa-kernel/core/seq/oss/seq_oss.c 2011-11-08 07:59:20.000000000 +0100
-+++ seq_oss.c 2012-07-19 14:00:50.000000000 +0200
+--- ../../../alsa-kernel/core/seq/oss/seq_oss.c 2015-05-27 21:25:49.848176578 +0200
++++ seq_oss.c 2015-05-29 11:41:28.161995301 +0200
@@ -1,3 +1,4 @@
+#include "adriver.h"
/*
@@ -13,7 +13,7 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <sound/core.h>
-@@ -190,12 +192,25 @@
+@@ -188,12 +190,25 @@
return snd_seq_oss_ioctl(dp, cmd, arg);
}
@@ -40,7 +40,7 @@
static unsigned int
odev_poll(struct file *file, poll_table * wait)
{
-@@ -218,8 +233,12 @@
+@@ -216,8 +231,12 @@
.open = odev_open,
.release = odev_release,
.poll = odev_poll,
@@ -53,9 +53,3 @@
.llseek = noop_llseek,
};
-@@ -310,3 +329,5 @@
- info_entry = NULL;
- }
- #endif /* CONFIG_PROC_FS */
-+
-+EXPORT_NO_SYMBOLS;