Changeset 34 for GPL/trunk/lib32/pci.c


Ignore:
Timestamp:
Dec 11, 2005, 5:57:39 PM (20 years ago)
Author:
vladest
Message:

Latest update from ALSA. some intial > 15 interrupts support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/pci.c

    r33 r34  
    3232#include <asm/io.h>
    3333#include <sound/config.h>
     34#include <sound/driver.h>
    3435#include <sound/asound.h>
    3536
     
    526527                        //return 1;
    527528                    }
    528                     else pcidev->devfn = NULL;
     529                    else pcidev->devfn = 0;
    529530
    530531                    RMDestroy(hResMgr);
     
    765766        u32 config[16];
    766767};
    767 statuc struct saved_config_tbl saved_tbl[16];
     768static struct saved_config_tbl saved_tbl[16];
    768769
    769770void pci_save_state(struct pci_dev *pci)
Note: See TracChangeset for help on using the changeset viewer.