projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56a3b1
)
ALSA: opl4 - Fix a wrong argument in proc write callback
author
Takashi Iwai
<tiwai@suse.de>
Mon, 10 May 2010 08:21:32 +0000
(10:21 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 10 May 2010 08:21:32 +0000
(10:21 +0200)
The commit
24e4a1211f691fc671de44685430dbad757d8487
ALSA: info - Use standard types for info callbacks
introduced a wrong type to snd_opl4_mem_proc_write() for pos argument.
Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl4/opl4_proc.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/drivers/opl4/opl4_proc.c
b/sound/drivers/opl4/opl4_proc.c
index c5c13c4c260e91009f0eafc8e8e500328e9c7849..df850b8830a52473819c4b7dd31777bfef25f160 100644
(file)
--- 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,
void *file_private_data,
struct file *file,
const char __user *_buf,
- size_t count,
size
_t pos)
+ size_t count,
loff
_t pos)
{
struct snd_opl4 *opl4 = entry->private_data;
char *buf;