···6868static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */6969static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */7070//static int enable = SNDRV_DEFAULT_ENABLE1; /* Enable this card */7171+#ifdef CONFIG_PNP7172static int isapnp = 1; /* Enable ISA PnP detection */7373+#endif7274static long port = SNDRV_DEFAULT_PORT1; /* 0x530,0xe80,0xf40,0x604 */7375static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */7476static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */···8785MODULE_PARM_DESC(id, "ID string for opti9xx based soundcard.");8886//module_param(enable, bool, 0444);8987//MODULE_PARM_DESC(enable, "Enable opti9xx soundcard.");8888+#ifdef CONFIG_PNP9089module_param(isapnp, bool, 0444);9190MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard.");9191+#endif9292module_param(port, long, 0444);9393MODULE_PARM_DESC(port, "WSS port # for opti9xx driver.");9494module_param(mpu_port, long, 0444);