Ignore:
Timestamp:
Aug 21, 2021, 3:35:34 AM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/isa/wavefront/wavefront.c

    r679 r695  
    2222MODULE_DESCRIPTION("Turtle Beach Wavefront");
    2323MODULE_LICENSE("GPL");
    24 MODULE_SUPPORTED_DEVICE("{{Turtle Beach,Maui/Tropez/Tropez+}}");
    2524
    2625static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;          /* Index 0-MAX */
     
    566565}
    567566
    568 static int snd_wavefront_isa_remove(struct device *devptr,
     567static void snd_wavefront_isa_remove(struct device *devptr,
    569568                                    unsigned int dev)
    570569{
    571570        snd_card_free(dev_get_drvdata(devptr));
    572         return 0;
    573571}
    574572
Note: See TracChangeset for help on using the changeset viewer.