Changeset 598 for GPL/trunk/alsa-kernel/isa/gus/gusmax.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/isa/gus/gusmax.c
r410 r598 192 192 static void snd_gusmax_free(struct snd_card *card) 193 193 { 194 struct snd_gusmax *maxcard = (struct snd_gusmax *)card->private_data;194 struct snd_gusmax *maxcard = card->private_data; 195 195 196 196 if (maxcard == NULL) … … 220 220 return err; 221 221 card->private_free = snd_gusmax_free; 222 maxcard = (struct snd_gusmax *)card->private_data;222 maxcard = card->private_data; 223 223 maxcard->card = card; 224 224 maxcard->irq = -1;
Note:
See TracChangeset
for help on using the changeset viewer.