patch-2.4.9 linux/drivers/sound/via82cxxx_audio.c
Next file: linux/drivers/sound/vwsnd.c
Previous file: linux/drivers/sound/trident.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Sun Aug 12 10:38:48 2001
- Orig file:
v2.4.8/linux/drivers/sound/via82cxxx_audio.c
- Orig date:
Sun Aug 12 13:28:00 2001
diff -u --recursive --new-file v2.4.8/linux/drivers/sound/via82cxxx_audio.c linux/drivers/sound/via82cxxx_audio.c
@@ -1362,19 +1362,10 @@
}
-static loff_t via_llseek(struct file *file, loff_t offset, int origin)
-{
- DPRINTK ("ENTER\n");
-
- DPRINTK ("EXIT, returning -ESPIPE\n");
- return -ESPIPE;
-}
-
-
static struct file_operations via_mixer_fops = {
owner: THIS_MODULE,
open: via_mixer_open,
- llseek: via_llseek,
+ llseek: no_llseek,
ioctl: via_mixer_ioctl,
};
@@ -1780,7 +1771,7 @@
read: via_dsp_read,
write: via_dsp_write,
poll: via_dsp_poll,
- llseek: via_llseek,
+ llseek: no_llseek,
ioctl: via_dsp_ioctl,
mmap: via_dsp_mmap,
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)