All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Erik Albert <albert17@umcs.maine.edu>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Gateway M675PRR notebook, Sigmatel STAC9758
Date: Tue, 08 Feb 2005 21:04:37 +0100	[thread overview]
Message-ID: <s5hr7jqu8bu.wl@alsa2.suse.de> (raw)
In-Reply-To: <20050207131321.r9essh2fs0k4oss4@sith.umcs.maine.edu>

At Mon,  7 Feb 2005 13:13:21 -0500,
Erik Albert wrote:
> 
> [1  <text/plain; ISO-8859-1 (7bit)>]
> On my Gateway M675PRR notebook, the vendor ID is reported as 0xffff.  I needed
> to change the test in the ac97_patch.c file to get the special m675_regs to be
> used.

Hmm, the value 0xffff sounds strange.
It's usually an invalid read...


Takashi


> 
> --- ac97_patch.c        2005-02-07 12:51:35.000000000 -0500
> +++ /root/ac97_patch.c  2005-02-07 12:50:10.303610056 -0500
> @@ -657,7 +657,7 @@
> 
>         /* Gateway M675 notebook */
>         if (ac97->pci &&
> -           ac97->subsystem_vendor == 0x107b &&
> +           (ac97->subsystem_vendor == 0x107b || ac97->subsystem_vendor ==
> 0xffff) &&
>             ac97->subsystem_device == 0x0601)
>                 pregs = m675_regs;
> 
> 
> [2 PGP Public Key <application/pgp-keys (7bit)>]
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

      reply	other threads:[~2005-02-08 20:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-07 18:13 Gateway M675PRR notebook, Sigmatel STAC9758 Erik Albert
2005-02-08 20:04 ` Takashi Iwai [this message]

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=s5hr7jqu8bu.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=albert17@umcs.maine.edu \
    --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.