Changeset 410 for GPL/branches/uniaud32-2.0/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Jan 25, 2009, 11:51:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/alsa-kernel/pci/intel8x0.c
r402 r410 3065 3065 struct shortname_table *name; 3066 3066 3067 card = snd_card_new(index, id, THIS_MODULE, 0);3068 if ( card == NULL)3069 return -ENOMEM;3067 err = snd_card_create(index, id, THIS_MODULE, 0, &card); 3068 if (err < 0) 3069 return err; 3070 3070 3071 3071 if (spdif_aclink < 0)
Note:
See TracChangeset
for help on using the changeset viewer.