patch-2.4.7 linux/drivers/sound/ymfpci.h
Next file: linux/drivers/usb/acm.c
Previous file: linux/drivers/sound/ymfpci.c
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
Wed Jul  4 11:50:39 2001
-  Orig file: 
v2.4.6/linux/drivers/sound/ymfpci.h
-  Orig date: 
Tue May 15 11:16:26 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/sound/ymfpci.h linux/drivers/sound/ymfpci.h
@@ -257,6 +257,7 @@
 	ymfpci_effect_bank_t *bank_effect[YDSXG_EFFECT_VOICES][2];
 
 	int start_count;
+	int suspended;
 
 	u32 active_bank;
 	struct ymf_voice voices[64];
@@ -282,8 +283,6 @@
 
 	struct list_head ymf_devs;
 	struct list_head states;	/* List of states for this unit */
-	/* For the moment we do not traverse list of states so it is
-	 * entirely useless. Will be used (PM) or killed. XXX */
 };
 
 struct ymf_dmabuf {
@@ -300,7 +299,6 @@
 	int count;		/* fill count */
 	unsigned total_bytes;	/* total bytes dmaed by hardware */
 
-	unsigned error;		/* number of over/underruns */
 	wait_queue_head_t wait;	/* put process on wait queue when no more space in buffer */
 
 	/* redundant, but makes calculations easier */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)