/[openvortex]/alsa/alsa-kernel/core/seq/oss/seq_oss_rw.c
ViewVC logotype

Diff of /alsa/alsa-kernel/core/seq/oss/seq_oss_rw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by vizard, Tue Apr 15 21:53:17 2003 UTC revision 1.2 by vizard, Sun Jun 15 21:01:30 2003 UTC
# Line 41  static int insert_queue(seq_oss_devinfo_ Line 41  static int insert_queue(seq_oss_devinfo_
41   */   */
42    
43  int  int
44  snd_seq_oss_read(seq_oss_devinfo_t *dp, char *buf, int count)  snd_seq_oss_read(seq_oss_devinfo_t *dp, char __user *buf, int count)
45  {  {
46          seq_oss_readq_t *readq = dp->readq;          seq_oss_readq_t *readq = dp->readq;
47          int cnt, pos;          int cnt, pos;
# Line 81  snd_seq_oss_read(seq_oss_devinfo_t *dp, Line 81  snd_seq_oss_read(seq_oss_devinfo_t *dp,
81   */   */
82    
83  int  int
84  snd_seq_oss_write(seq_oss_devinfo_t *dp, const char *buf, int count, struct file *opt)  snd_seq_oss_write(seq_oss_devinfo_t *dp, const char __user *buf, int count, struct file *opt)
85  {  {
86          int rc, c, p, ev_size;          int rc, c, p, ev_size;
87          evrec_t rec;          evrec_t rec;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26