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)
> [EMAIL PROTECTED]
> 
> 
> --- 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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to