linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] broken cs46xx in 2.4.6-pre8
@ 2001-07-01  3:35 Justin Guyett
  0 siblings, 0 replies; only message in thread
From: Justin Guyett @ 2001-07-01  3:35 UTC (permalink / raw)
  To: linux-kernel

prototypes weren't updated.

--- linux/drivers/sound/cs46xx.c.orig	Sat Jun 30 20:16:06 2001
+++ linux/drivers/sound/cs46xx.c	Sat Jun 30 20:26:57 2001
@@ -383,8 +383,8 @@
 static int cs46xx_powerup(struct cs_card *card, unsigned int type);
 static int cs461x_powerdown(struct cs_card *card, unsigned int type, int suspendflag);
 static void cs461x_clear_serial_FIFOs(struct cs_card *card, int type);
-static void cs46xx_suspend_tbl(struct pci_dev *pcidev);
-static void cs46xx_resume_tbl(struct pci_dev *pcidev);
+static int cs46xx_suspend_tbl(struct pci_dev *pcidev, u32 state);
+static int cs46xx_resume_tbl(struct pci_dev *pcidev);

 static inline unsigned ld2(unsigned int x)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-01  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-01  3:35 [PATCH] broken cs46xx in 2.4.6-pre8 Justin Guyett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).