/sound/isa/es1688/ |
D | es1688.c | 54 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 70 module_param_array(isapnp, bool, NULL, 0444); 71 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 88 #define is_isapnp_selected(dev) isapnp[dev] 268 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
|
/sound/isa/cs423x/ |
D | cs4236.c | 79 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 98 module_param_array(isapnp, bool, NULL, 0444); 99 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 356 #define is_isapnp_selected(dev) isapnp[dev] 566 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 634 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
/sound/isa/sb/ |
D | sb16.c | 73 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 99 module_param_array(isapnp, bool, NULL, 0444); 100 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 321 #define is_isapnp_selected(dev) isapnp[dev] 614 if (!enable[dev] || !isapnp[dev]) in snd_sb16_pnp_detect()
|
/sound/isa/wavefront/ |
D | wavefront.c | 43 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 63 module_param_array(isapnp, bool, NULL, 0444); 64 MODULE_PARM_DESC(isapnp, "ISA PnP detection for WaveFront soundcards."); 548 if (isapnp[dev]) in snd_wavefront_isa_match() 609 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
/sound/isa/ |
D | cmi8330.c | 74 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 94 module_param_array(isapnp, bool, NULL, 0444); 95 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 510 #define is_isapnp_selected(dev) isapnp[dev] 695 if (enable[dev] && isapnp[dev]) in snd_cmi8330_pnp_detect()
|
D | opl3sa2.c | 50 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 69 module_param_array(isapnp, bool, NULL, 0444); 70 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 734 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect() 798 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect() 856 if (isapnp[dev]) in snd_opl3sa2_isa_match()
|
D | es18xx.c | 1979 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 1999 module_param_array(isapnp, bool, NULL, 0444); 2000 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 2113 #define is_isapnp_selected(dev) isapnp[dev] 2291 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect() 2348 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
|
/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 69 static bool isapnp = true; /* Enable ISA PnP detection */ variable 88 module_param(isapnp, bool, 0444); 89 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 199 if (isapnp && chip->mc_base) in snd_opti9xx_init() 957 if (isapnp) 1100 if (! isapnp)
|
D | miro.c | 65 static bool isapnp = 1; /* Enable ISA PnP detection */ variable 91 module_param(isapnp, bool, 0444); 92 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 796 if (isapnp && chip->mc_base) in snd_miro_init() 1395 if (isapnp) in snd_miro_isa_match() 1584 if (!isapnp) in snd_miro_pnp_probe()
|
/sound/isa/gus/ |
D | interwave.c | 60 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 92 module_param_array(isapnp, bool, NULL, 0444); 93 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 795 if (isapnp[dev]) in snd_interwave_isa_match() 867 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
|
/sound/oss/ |
D | ad1848.c | 176 static int isapnp = 1; variable 182 static int isapnp; variable 2823 module_param(isapnp, int, 0); 2826 MODULE_PARM_DESC(isapnp, "When set to 0, Plug & Play support will be disabled"); 2880 MODULE_DEVICE_TABLE(isapnp, id_table); 2989 if(isapnp && (ad1848_isapnp_probe(&cfg) < 0) ) { in init_ad1848() 2991 isapnp = 0; in init_ad1848() 2997 if( isapnp == 0 ) in init_ad1848()
|
D | Kconfig | 431 isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel
|
/sound/isa/msnd/ |
D | msnd_pinnacle.c | 790 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 791 module_param_array(isapnp, bool, NULL, 0444); 792 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 793 #define has_isapnp(x) isapnp[x]
|