From a508408c0b8b671cb4eae6b25774de59f3f883af Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 11 Jul 2007 10:19:29 +0000 Subject: fix alsa snd_fops problem (#1426) SVN-Revision: 7913 --- package/alsa/patches/120-sndfops.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/alsa/patches/120-sndfops.patch diff --git a/package/alsa/patches/120-sndfops.patch b/package/alsa/patches/120-sndfops.patch new file mode 100644 index 0000000000..bc43eb5db4 --- /dev/null +++ b/package/alsa/patches/120-sndfops.patch @@ -0,0 +1,13 @@ +Index: alsa-driver-1.0.14rc1/alsa-kernel/core/sound.c +=================================================================== +--- alsa-driver-1.0.14rc1.orig/alsa-kernel/core/sound.c 2007-07-11 12:15:11.408530571 +0200 ++++ alsa-driver-1.0.14rc1/alsa-kernel/core/sound.c 2007-07-11 12:15:26.421386105 +0200 +@@ -171,7 +171,7 @@ + return err; + } + +-static struct file_operations snd_fops = ++struct file_operations snd_fops = + { + .owner = THIS_MODULE, + .open = snd_open -- cgit v1.2.3