All of lore.kernel.org
 help / color / mirror / Atom feed
* Gateway M675PRR notebook, Sigmatel STAC9758
@ 2005-02-07 18:13 Erik Albert
  2005-02-08 20:04 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Erik Albert @ 2005-02-07 18:13 UTC (permalink / raw)
  To: alsa-devel

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

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.

--- 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;



[-- Attachment #2: PGP Public Key --]
[-- Type: application/pgp-keys, Size: 1678 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-08 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07 18:13 Gateway M675PRR notebook, Sigmatel STAC9758 Erik Albert
2005-02-08 20:04 ` Takashi Iwai

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.