linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Wil Reichert <wilreichert@yahoo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: kernel 2.6.0-test1 snd-ice1724 module OOPS
Date: Thu, 17 Jul 2003 11:45:26 +0200	[thread overview]
Message-ID: <s5hr84pzdu1.wl@alsa2.suse.de> (raw)
In-Reply-To: <20030716115156.2b5a1992.wilreichert@yahoo.com>

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]

At Wed, 16 Jul 2003 11:51:56 -0400,
Wil Reichert wrote:
> 
> I get the following OOPS when loading the snd-ice1724 module for my Envy 24HT card.  Works fine if I build all the alsa code straight into the kernel.
> 

does the attached patch fix the problem?

-- 
Takashi Iwai <tiwai@suse.de>		SuSE Linux AG - www.suse.de
ALSA Developer				ALSA Project - www.alsa-project.org

[-- Attachment #2: ak4xxx-fix.dif --]
[-- Type: application/octet-stream, Size: 940 bytes --]

--- linux/sound/pci/ice1712/ak4xxx.c	1 Jul 2003 15:47:56 -0000	1.5
+++ linux/sound/pci/ice1712/ak4xxx.c	17 Jul 2003 09:26:08 -0000	1.6
@@ -122,8 +122,8 @@
 /*
  * initialize the akm4xxx_t record with the template
  */
-int __devinit snd_ice1712_akm4xxx_init(akm4xxx_t *ak, const akm4xxx_t *temp,
-				       const struct snd_ak4xxx_private *_priv, ice1712_t *ice)
+int snd_ice1712_akm4xxx_init(akm4xxx_t *ak, const akm4xxx_t *temp,
+			     const struct snd_ak4xxx_private *_priv, ice1712_t *ice)
 {
 	struct snd_ak4xxx_private *priv;
 
@@ -145,7 +145,7 @@
 	return 0;
 }
 
-void __devexit snd_ice1712_akm4xxx_free(ice1712_t *ice)
+void snd_ice1712_akm4xxx_free(ice1712_t *ice)
 {
 	unsigned int akidx;
 	if (ice->akm == NULL)
@@ -161,7 +161,7 @@
 /*
  * build AK4xxx controls
  */
-int __devinit snd_ice1712_akm4xxx_build_controls(ice1712_t *ice)
+int snd_ice1712_akm4xxx_build_controls(ice1712_t *ice)
 {
 	unsigned int akidx;
 	int err;

  reply	other threads:[~2003-07-17  9:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16 15:51 kernel 2.6.0-test1 snd-ice1724 module OOPS Wil Reichert
2003-07-17  9:45 ` Takashi Iwai [this message]
2003-07-17 11:25   ` Wil Reichert
2003-07-17 11:37     ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hr84pzdu1.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wilreichert@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).