Ignore:
Timestamp:
May 16, 2020, 10:05:07 AM (5 years ago)
Author:
Paul Smedley
Message:

Commit 3..102 changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-linux-3.2.102/alsa-kernel/pci/cs5530.c

    r598 r612  
    3737 */
    3838
     39#ifdef TARGET_OS2
     40#define KBUILD_MODNAME "cs5530"
     41#endif
     42
    3943#include <linux/delay.h>
    40 #include <linux/moduleparam.h>
     44#include <linux/module.h>
    4145#include <linux/pci.h>
    4246#include <linux/slab.h>
     
    286290
    287291static struct pci_driver driver = {
    288         .name = "CS5530_Audio",
     292        .name = KBUILD_MODNAME,
    289293        .id_table = snd_cs5530_ids,
    290294        .probe = snd_cs5530_probe,
Note: See TracChangeset for help on using the changeset viewer.