Re: [PATCH] Re: sound in 2.4.0test8 (cs46xx.c)

From: Bernd Jucknischke (bj@de.uu.net)
Date: Tue Sep 12 2000 - 06:14:24 EST


Hi Dan!

  With your patch test8 compiles but I get no sound. The chip is not
recognized during bootup (I have sound compiled in, not as a module). With
2.2.18pre2 it works well...

  Thanx anyway,

    Bernd

PS: If you need someone to test patches for this chip I'll do it.

On Mon, Sep 11, 2000 at 08:41:34PM +0200, Dan Aloni wrote:
>
> I also saw this a few days ago.
> Linus'-not-Maxwell, please consider applying this patch.
>
> Dan Aloni (dax)
> karrde@callisto.yi.org
>
>
> --- linux/drivers/sound/cs46xx.c Tue Sep 5 11:47:16 2000
> +++ linux.vanilla/drivers/sound/cs46xx.c Wed Sep 6 12:26:02 2000
> @@ -2485,7 +2485,7 @@
> void (*active)(struct cs_card *, int);
> };
>
> -static struct cs_card_type __init cards[]={
> +static struct cs_card_type __initdata cards[]={
> {0x1489, 0x7001, "Genius Soundmaker 128 value", amp_none, NULL},
> {0x5053, 0x3357, "Voyetra", amp_voyetra, NULL},
> /* MI6020/21 use the same chipset as the Thinkpads, maybe needed */
> @@ -2494,7 +2494,7 @@
> {PCI_VENDOR_ID_IBM, 0x0132, "Thinkpad 570", amp_none, clkrun_hack},
> {PCI_VENDOR_ID_IBM, 0x0153, "Thinkpad 600X/A20/T20", amp_none, clkrun_hack},
> {PCI_VENDOR_ID_IBM, 0x1010, "Thinkpad 600E (unsupported)", NULL, NULL},
> - {0, 0, NULL, NULL}
> + {0, 0, NULL, NULL, NULL}
> };
>
> static int __init cs_install(struct pci_dev *pci_dev)
>

-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Sep 15 2000 - 21:00:17 EST