All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Andrew Morton <akpm@osdl.org>,
	perex@suse.cz, alsa-devel@lists.sourceforge.net,
	Linus Torvalds <torvalds@osdl.org>
Subject: Re: 2.6.7-rc1 breaks ATI IXP sound...
Date: Fri, 28 May 2004 11:32:31 +0200	[thread overview]
Message-ID: <s5h3c5kucb4.wl@alsa2.suse.de> (raw)
In-Reply-To: <1085712160.3902.16.camel@lade.trondhjem.org>

Hi,

At Thu, 27 May 2004 22:43:06 -0400,
Trond Myklebust wrote:
> 
> It appears to boil down to changeset
> perex@suse.cz|ChangeSet|20040517133203|52763.
> 
> More specifically to the line which adds the AC97_SCAP_SKIP_MODEM flag
> to the mixer probe. That flag causes the mixer probe to exit with an
> EACCES, when it hits the modem:
> 
>         ATI IXP Debug mixer probe 6, i = 0 codec_not_ready_bits =
>         0x3000, err = 0
>         ATI IXP Debug mixer probe 5, i = 1 codec_not_ready_bits =
>         0x3000, err = -13
>         ATI IXP AC97 controller: probe of 0000:00:14.5 failed with error
>         -13
> 
> If I remove that line, the ATI IXP is detected correctly, and everything
> appears to work properly.

No it's a wrong fix, since this will conflict with the ATIIXP modem
driver (it's experimental and not included in the patchset though).

This problem was already fixed on the ALSA tree.  The error is just
ignored to continue probing.

Jaroslav, could you sync the sound bk tree?


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

> 
> Cheers,
>   Trond
> [2 Vidaresendt melding - 2.6.7-rc1 breaks ATI IXP sound... <message/rfc822 (7bit)>]
> To: alsa-devel@alsa-project.org
> Cc: Andrew Morton <akpm@osdl.org>
> Subject: 2.6.7-rc1 breaks ATI IXP sound...
> From: Trond Myklebust <trond.myklebust@fys.uio.no>
> Message-Id: <1085603540.4410.1.camel@lade.trondhjem.org>
> Mime-Version: 1.0
> Date: Wed, 26 May 2004 16:32:20 -0400
> Content-Transfer-Encoding: 7bit
> 
> From: "dmesg -s"
> 
> ATI IXP AC97 controller: probe of 0000:00:14.5 failed with error -13
> 
> The same device works fine when reverting to 2.6.6..
> 
> Cheers,
>   Trond
> [3 gnarg.dif <text/plain; ISO-8859-1 (base64)>]
> --- linux-2.6.7-rc1/sound/pci/atiixp.c.orig	2004-05-27 13:53:31.000000000 -0400
> +++ linux-2.6.7-rc1/sound/pci/atiixp.c	2004-05-27 22:33:23.000000000 -0400
> @@ -1385,7 +1385,6 @@ static int __devinit snd_atiixp_mixer_ne
>  		ac97.private_data = chip;
>  		ac97.pci = chip->pci;
>  		ac97.num = i;
> -		ac97.scaps = AC97_SCAP_SKIP_MODEM;
>  		if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i])) < 0) {
>  			if (chip->codec_not_ready_bits)
>  				/* codec(s) was detected but not available.


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

           reply	other threads:[~2004-05-28  9:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1085712160.3902.16.camel@lade.trondhjem.org>]

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=s5h3c5kucb4.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=akpm@osdl.org \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=perex@suse.cz \
    --cc=torvalds@osdl.org \
    --cc=trond.myklebust@fys.uio.no \
    /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.