Changeset 695 for GPL/trunk/alsa-kernel/isa/wavefront/wavefront.c
- Timestamp:
- Aug 21, 2021, 3:35:34 AM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 691-694
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/isa/wavefront/wavefront.c
r679 r695 22 22 MODULE_DESCRIPTION("Turtle Beach Wavefront"); 23 23 MODULE_LICENSE("GPL"); 24 MODULE_SUPPORTED_DEVICE("{{Turtle Beach,Maui/Tropez/Tropez+}}");25 24 26 25 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ … … 566 565 } 567 566 568 static intsnd_wavefront_isa_remove(struct device *devptr,567 static void snd_wavefront_isa_remove(struct device *devptr, 569 568 unsigned int dev) 570 569 { 571 570 snd_card_free(dev_get_drvdata(devptr)); 572 return 0;573 571 } 574 572
Note:
See TracChangeset
for help on using the changeset viewer.