From: Takashi Iwai <tiwai@suse.de>
To: Enrik Berkhan <Enrik.Berkhan@planb.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: oops while unloading snd-intel8x0
Date: Fri, 10 Jan 2003 14:11:37 +0100 [thread overview]
Message-ID: <s5hu1gh6tfa.wl@alsa2.suse.de> (raw)
In-Reply-To: <20030110123732.GE986@electra.intern.planb.de>
Hi Enrik,
At Fri, 10 Jan 2003 13:37:32 +0100,
Enrik Berkhan wrote:
>
> Hi,
>
> At Tue, 10 Dec 2002 08:39:35 -0800, Takashi Iwai wrote:
> > At Tue, 10 Dec 2002 13:50:31 +0100, Christian Guggenberger wrote:
> > > I get following oops while unloading snd-intel8x0 on a Dell Optiplex 260
> > hmm, it's a new type of oops, which i've never seen.
>
> I had the same problem using a Gericom Frontman (SiS 7012). It turned out
> that unregistering the joystick_driver while no joystick had been found
> on init caused the oops.
Ah, thanks for pointing out!
> Proposed patch:
>
> --- intel8x0.c.orig Mon Oct 28 12:56:35 2002
> +++ intel8x0.c Thu Jan 9 13:13:21 2003
> @@ -1783,6 +1783,9 @@
> } while (time_after_eq(end_time, jiffies));
>
> __ok3:
> + if (chip->device_type == DEVICE_SIS) {
> + iputword(chip, 0x4c, igetword(chip, 0x4c) | 1);
> + }
> return 0;
> }
>
what initializes this?
does it fix the silent problem on sis7012?
other changes look fine (printk would be snd_printdd only for debug
messages).
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
next prev parent reply other threads:[~2003-01-10 13:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-10 12:37 oops while unloading snd-intel8x0 Enrik Berkhan
2003-01-10 13:11 ` Takashi Iwai [this message]
2003-01-14 12:28 ` Christian Guggenberger
[not found] <20021204153112.C998@pc9391.uni-regensburg.de>
[not found] ` <20021209202452.G6137@pc9391.uni-regensburg.de>
2002-12-10 12:50 ` Christian Guggenberger
2002-12-10 16:37 ` Takashi Iwai
2002-12-10 18:53 ` Christian Guggenberger
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=s5hu1gh6tfa.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=Enrik.Berkhan@planb.de \
--cc=alsa-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.