diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-11 10:19:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-11 10:19:29 +0000 |
commit | 3cecb5ee60683ca24914f07047c014ff5090776b (patch) | |
tree | f3be85fde83d4ae992b3e402aadb94a73bab4733 | |
parent | c0bcf0f893523dc7e61ac4a407895ed4601174e8 (diff) |
fix alsa snd_fops problem (#1426)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7913 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/alsa/patches/120-sndfops.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/alsa/patches/120-sndfops.patch b/package/alsa/patches/120-sndfops.patch new file mode 100644 index 000000000..bc43eb5db --- /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 |