- Timestamp:
- May 16, 2020, 10:05:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-linux-3.2.102/alsa-kernel/pci/cs5530.c
r598 r612 37 37 */ 38 38 39 #ifdef TARGET_OS2 40 #define KBUILD_MODNAME "cs5530" 41 #endif 42 39 43 #include <linux/delay.h> 40 #include <linux/module param.h>44 #include <linux/module.h> 41 45 #include <linux/pci.h> 42 46 #include <linux/slab.h> … … 286 290 287 291 static struct pci_driver driver = { 288 .name = "CS5530_Audio",292 .name = KBUILD_MODNAME, 289 293 .id_table = snd_cs5530_ids, 290 294 .probe = snd_cs5530_probe,
Note:
See TracChangeset
for help on using the changeset viewer.