All of lore.kernel.org
 help / color / mirror / Atom feed
From: "SuD (Alex)" <sud@latinsud.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Oops in set_spdif_output in i810_audio
Date: Mon, 04 Apr 2005 01:41:06 +0200	[thread overview]
Message-ID: <42507F12.6070009@latinsud.com> (raw)
In-Reply-To: <424FC409.3020808@funkmunch.net>

Triffid Hunter wrote:

> try turning off your internal modem in bios until someone works out 
> whats going on here

* It's one of those modern bios, no way of configuring that.

* It seems to me that it detects only 1 card with 1 only codec which is 
the sound card (sound works if i avoid the null pointer oops). So one of 
the problems is the wrong detection.
Googling i found that  jgarzik already got a patch for this 
(ac97_codec.c:158):
+    {0x43585430, "CXT48",            &default_ops,        
AC97_DELUDED_MODEM },

* About fixing i810_probe/i810_ac97_init, the safest and simplest 
solution may be changing "continue" for "break" (i810_audio.c:3089), 
i.e. give up scanning for sound codecs when the first modem is found. I 
don't if that would prevent any real-world device from working, but the 
alternative is add a lot of checks everywhere.

See you.

  reply	other threads:[~2005-04-03 23:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-02 22:47 Oops in set_spdif_output in i810_audio SuD (Alex)
2005-04-03 10:23 ` Triffid Hunter
2005-04-03 23:41   ` SuD (Alex) [this message]
2005-04-04  8:20     ` Herbert Xu
2005-04-04 20:07     ` Oops in i810_audio (reply to herbert) SuD (Alex)
2005-04-04 23:16       ` Herbert Xu
2005-04-05 12:32     ` [OSS] Add CXT48 to modem black list in ac97 Herbert Xu
2005-04-13 21:59       ` SuD (Alex)
2005-04-14 13:07         ` Herbert Xu
2005-04-14 13:07         ` Herbert Xu
2005-05-26  4:41 ` Oops in set_spdif_output in i810_audio Andrew Morton
2005-05-26 15:51   ` [Alsa-devel] " Lee Revell

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=42507F12.6070009@latinsud.com \
    --to=sud@latinsud.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.