On Wednesday 16 October 2002 17:34, Takashi Iwai wrote:
> Hi,
>
> please try the cvs version.
> the via8233 (and via686) driver has been changed much on cvs since
> 0.9.0rc3.  now they are merged as a unifed module "snd-via82xx".

Thanks for the tip. Didn't make a difference, though. Alsa-mixer now sees the 
card as "VIA 8233A/C" as opposed to "VIA 8233", but it's still not "VIA 
8235". Looking at the comment at the top of the file, it seems to be 
supported, but looking at the code, I see this:

    switch (chip_type) {
    case TYPE_VIA686:
        strcpy(card->driver, "VIA686A");
        strcpy(card->shortname, "VIA 82C686A/B");
        break;
    case TYPE_VIA8233:
        strcpy(card->driver, "VIA8233");
        strcpy(card->shortname, "VIA 8233A/C");
        break;
    default:
[...]

And this:

static struct pci_device_id snd_via82xx_ids[] __devinitdata = {
    { 0x1106, 0x3058, PCI_ANY_ID, PCI_ANY_ID, 0, 0, TYPE_VIA686, }, /* 686A */
    { 0x1106, 0x3059, PCI_ANY_ID, PCI_ANY_ID, 0, 0, TYPE_VIA8233, },    /* 
VT8233 */
    { 0, }
};

It doesn't look to me like the 8235 chip is supported..?

Best Regards,


-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to