lkml.org 
[lkml]   [1999]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.3.1 dev_table.h wq update
Hi,

Suspect this change went awol from patch-2.3.1.

-Mike

--- linux-2.3.1/drivers/sound/dev_table.h.org Fri May 14 14:23:07 1999
+++ linux-2.3.1/drivers/sound/dev_table.h Fri May 14 14:24:02 1999
@@ -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;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.025 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site