Ignore:
Timestamp:
Feb 16, 2008, 7:40:20 AM (17 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 1.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/isa/cmi8330.c

    r277 r290  
    486486
    487487#ifdef CONFIG_PNP
    488         if (isapnp[dev] && (err = snd_cmi8330_pnp(dev, acard, pcard, pid)) < 0) {
     488        if (isapnp[dev]) {
     489                if ((err = snd_cmi8330_pnp(dev, acard, pcard, pid)) < 0) {
    489490                snd_printk("PnP detection failed\n");
    490491                snd_card_free(card);
    491492                return err;
     493        }
     494                snd_card_set_dev(card, &pcard->card->dev);
    492495        }
    493496#endif
Note: See TracChangeset for help on using the changeset viewer.