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/sc6000.c

    r679 r695  
    3030MODULE_DESCRIPTION("Gallant SC-6000");
    3131MODULE_LICENSE("GPL");
    32 MODULE_SUPPORTED_DEVICE("{{Gallant, SC-6000},"
    33                         "{AudioExcel, Audio Excel DSP 16},"
    34                         "{Zoltrix, AV302}}");
    3532
    3633static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;      /* Index 0-MAX */
     
    673670}
    674671
    675 static int snd_sc6000_remove(struct device *devptr, unsigned int dev)
     672static void snd_sc6000_remove(struct device *devptr, unsigned int dev)
    676673{
    677674        struct snd_card *card = dev_get_drvdata(devptr);
     
    685682
    686683        snd_card_free(card);
    687         return 0;
    688684}
    689685
Note: See TracChangeset for help on using the changeset viewer.