summaryrefslogtreecommitdiff
path: root/kernel-sound-au88xx-types.patch
diff options
context:
space:
mode:
authormarcus2002-08-19 16:44:17 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit83f299b3793e7e57bab555b62a2d399facc3aebe (patch)
tree065d3c06f3af0bbe5f0af5af67c6dd16ad1d18fb /kernel-sound-au88xx-types.patch
parent3fc423a02820e0ca3c36c0e6238c9b97e80a9bff (diff)
downloadkernel-sound-au88xx-83f299b3793e7e57bab555b62a2d399facc3aebe.zip
kernel-sound-au88xx-83f299b3793e7e57bab555b62a2d399facc3aebe.tar.gz
- fix for types
Changed files: kernel-sound-au88xx-types.patch -> 1.1
Diffstat (limited to 'kernel-sound-au88xx-types.patch')
-rw-r--r--kernel-sound-au88xx-types.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel-sound-au88xx-types.patch b/kernel-sound-au88xx-types.patch
new file mode 100644
index 0000000..2e26f11
--- /dev/null
+++ b/kernel-sound-au88xx-types.patch
@@ -0,0 +1,12 @@
+diff -uNr aureal.orig/au_sndstat.c aureal/au_sndstat.c
+--- aureal.orig/au_sndstat.c Wed Aug 30 23:04:29 2000
++++ aureal/au_sndstat.c Mon Aug 19 18:42:10 2002
+@@ -42,7 +42,7 @@
+ static int au_sndstat_open(struct inode *inode, struct file *file);
+ static int au_sndstat_release(struct inode *inode, struct file *file);
+ static ssize_t au_sndstat_read(struct file *file, char *buffer, size_t count, loff_t *ppos);
+-static int sndstat_file_read(struct file * file, char * buf, size_t nbytes, loff_t *ppos);
++static ssize_t sndstat_file_read(struct file * file, char * buf, size_t nbytes, loff_t *ppos);
+ static int sound_proc_get_info(char *buffer, char **start, off_t offset, int length, int inout);
+
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0)