patch-2.3.2 linux/drivers/sound/dev_table.h
Next file: linux/drivers/usb/Config.in
Previous file: linux/drivers/scsi/sr_ioctl.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu May 13 23:22:48 1999
- Orig file:
v2.3.1/linux/drivers/sound/dev_table.h
- Orig date:
Mon Apr 12 16:18:27 1999
diff -u --recursive --new-file v2.3.1/linux/drivers/sound/dev_table.h linux/drivers/sound/dev_table.h
@@ -234,9 +234,9 @@
int parent_dev; /* 0 -> no parent, 1 to n -> parent=parent_dev+1 */
/* fields formerly in dmabuf.c */
- struct wait_queue *in_sleeper;
- struct wait_queue *out_sleeper;
- struct wait_queue *poll_sleeper;
+ wait_queue_head_t in_sleeper;
+ wait_queue_head_t out_sleeper;
+ wait_queue_head_t poll_sleeper;
/* fields formerly in audio.c */
int audio_mode;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)