|
@@ -173,11 +173,7 @@ MODULE_DEVICE_TABLE(pnp_card, snd_opti9xx_pnpids);
|
|
|
|
|
|
#endif /* CONFIG_PNP */
|
|
|
|
|
|
-#ifdef OPTi93X
|
|
|
-#define DEV_NAME "opti93x"
|
|
|
-#else
|
|
|
-#define DEV_NAME "opti92x"
|
|
|
-#endif
|
|
|
+#define DEV_NAME KBUILD_MODNAME
|
|
|
|
|
|
static char * snd_opti9xx_names[] = {
|
|
|
"unknown",
|
|
@@ -1167,7 +1163,7 @@ static int snd_opti9xx_pnp_resume(struct pnp_card_link *pcard)
|
|
|
|
|
|
static struct pnp_card_driver opti9xx_pnpc_driver = {
|
|
|
.flags = PNP_DRIVER_RES_DISABLE,
|
|
|
- .name = "opti9xx",
|
|
|
+ .name = DEV_NAME,
|
|
|
.id_table = snd_opti9xx_pnpids,
|
|
|
.probe = snd_opti9xx_pnp_probe,
|
|
|
.remove = snd_opti9xx_pnp_remove,
|