Ignore:
Timestamp:
Jan 25, 2009, 11:51:57 PM (17 years ago)
Author:
Paul Smedley
Message:

Update ALSA core to 1.0.19 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/alsa-kernel/pci/sonicvibes.c

    r399 r410  
    14241424        }
    14251425 
    1426         card = snd_card_new(index[dev], id[dev], THIS_MODULE, 0);
    1427         if (card == NULL)
    1428                 return -ENOMEM;
     1426        err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
     1427        if (err < 0)
     1428                return err;
    14291429        for (idx = 0; idx < 5; idx++) {
    14301430                if (pci_resource_start(pci, idx) == 0 ||
Note: See TracChangeset for help on using the changeset viewer.