diff options
Diffstat (limited to 'sound/drivers/opl4/opl4_proc.c')
-rw-r--r-- | sound/drivers/opl4/opl4_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/opl4/opl4_proc.c b/sound/drivers/opl4/opl4_proc.c index c5c13c4c260e..df850b8830a5 100644 --- a/sound/drivers/opl4/opl4_proc.c +++ b/sound/drivers/opl4/opl4_proc.c | |||
@@ -73,7 +73,7 @@ static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, | |||
73 | void *file_private_data, | 73 | void *file_private_data, |
74 | struct file *file, | 74 | struct file *file, |
75 | const char __user *_buf, | 75 | const char __user *_buf, |
76 | size_t count, size_t pos) | 76 | size_t count, loff_t pos) |
77 | { | 77 | { |
78 | struct snd_opl4 *opl4 = entry->private_data; | 78 | struct snd_opl4 *opl4 = entry->private_data; |
79 | char *buf; | 79 | char *buf; |