public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ac97, alc101+kt8235 sound
@ 2003-04-15 11:49 Benson Chow
  2003-04-15 11:36 ` Alan Cox
  0 siblings, 1 reply; 9+ messages in thread
From: Benson Chow @ 2003-04-15 11:49 UTC (permalink / raw)
  To: linux-kernel

I guess this ac97 stuff is pretty confusing.

Anyway, my motherboard has a kt8235 southbridge and an ALC101 AC97
decoder.  I read in some posting to hack the ALC101 into the
drivers/sound/ac97_codec.c with something like this:

        {0x414C4730, "ALC101",             &null_ops},

and then use the via82cxxx_audio driver.  It didn't do anything.  So, I
tried hacking the PCI device number in via82cxxx_audio.c by changing

static struct pci_device_id via_pci_tbl[] __initdata = {
        { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5,
          PCI_ANY_ID, PCI_ANY_ID, },
        { 0, }
};

to

static struct pci_device_id via_pci_tbl[] __initdata = {
        { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8233_5,
          PCI_ANY_ID, PCI_ANY_ID, },
        { 0, }
};

hoping that these via chips were pretty close.  Unfortunately no, it
still doesn't work.  It did, however, find the AC97 codec fine (I added
some printk's), but no sound is produced.  Any ideas on how to get this
vt8235-based motherboard sound working?  (and ALSA-0.9.2 seems to do
nothing but segfault it seems.)

Running the 2.4.20 kernel on an ecs p4vxasd2+ board (yeah, I know...)

Thanks,

-bc

WARNING: All HTML emails get deleted.  DO NOT SEND HTML MAIL.


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

end of thread, other threads:[~2003-04-18 12:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-15 11:49 ac97, alc101+kt8235 sound Benson Chow
2003-04-15 11:36 ` Alan Cox
2003-04-15 17:09   ` Benson Chow
2003-04-15 16:28     ` Alan Cox
2003-04-17  5:01       ` Benson Chow
2003-04-17  1:08   ` Mark Rutherford
2003-04-17 13:14     ` Alan Cox
2003-04-18  3:37   ` ac97, alc101+kt8235 sound (2.4.21-pre7-ac1) Benson Chow
2003-04-18 11:36     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox