Changeset 290 for GPL/branches/alsa-resync1/alsa-kernel/isa/cmi8330.c
- Timestamp:
- Feb 16, 2008, 7:40:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/isa/cmi8330.c
r277 r290 486 486 487 487 #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) { 489 490 snd_printk("PnP detection failed\n"); 490 491 snd_card_free(card); 491 492 return err; 493 } 494 snd_card_set_dev(card, &pcard->card->dev); 492 495 } 493 496 #endif
Note:
See TracChangeset
for help on using the changeset viewer.