/sound/isa/es1688/ |
D | es1688.c | 34 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 50 module_param_array(isapnp, bool, NULL, 0444); 51 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 68 #define is_isapnp_selected(dev) isapnp[dev] 237 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
|
/sound/isa/cs423x/ |
D | cs4236.c | 30 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 49 module_param_array(isapnp, bool, NULL, 0444); 50 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 306 #define is_isapnp_selected(dev) isapnp[dev] 503 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 565 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
/sound/isa/wavefront/ |
D | wavefront.c | 29 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 49 module_param_array(isapnp, bool, NULL, 0444); 50 MODULE_PARM_DESC(isapnp, "ISA PnP detection for WaveFront soundcards."); 524 if (isapnp[dev]) in snd_wavefront_isa_match() 576 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
/sound/isa/sb/ |
D | sb16.c | 50 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 76 module_param_array(isapnp, bool, NULL, 0444); 77 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 289 #define is_isapnp_selected(dev) isapnp[dev] 580 if (!enable[dev] || !isapnp[dev]) in snd_sb16_pnp_detect()
|
/sound/isa/ |
D | cmi8330.c | 59 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 79 module_param_array(isapnp, bool, NULL, 0444); 80 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 496 #define is_isapnp_selected(dev) isapnp[dev] 675 if (enable[dev] && isapnp[dev]) in snd_cmi8330_pnp_detect()
|
D | opl3sa2.c | 30 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 49 module_param_array(isapnp, bool, NULL, 0444); 50 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 722 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect() 778 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect() 827 if (isapnp[dev]) in snd_opl3sa2_isa_match()
|
D | es18xx.c | 1907 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 1927 module_param_array(isapnp, bool, NULL, 0444); 1928 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 2041 #define is_isapnp_selected(dev) isapnp[dev] 2213 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect() 2262 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
|
/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 51 static bool isapnp = true; /* Enable ISA PnP detection */ variable 70 module_param(isapnp, bool, 0444); 71 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 181 if (isapnp && chip->mc_base) in snd_opti9xx_init() 935 if (isapnp) 1073 if (! isapnp)
|
D | miro.c | 49 static bool isapnp = 1; /* Enable ISA PnP detection */ variable 75 module_param(isapnp, bool, 0444); 76 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 791 if (isapnp && chip->mc_base) in snd_miro_init() 1384 if (isapnp) in snd_miro_isa_match() 1555 if (!isapnp) in snd_miro_pnp_probe()
|
/sound/isa/gus/ |
D | interwave.c | 39 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 71 module_param_array(isapnp, bool, NULL, 0444); 72 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 765 if (isapnp[dev]) in snd_interwave_isa_match() 848 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
|
/sound/isa/msnd/ |
D | msnd_pinnacle.c | 743 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 744 module_param_array(isapnp, bool, NULL, 0444); 745 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 746 #define has_isapnp(x) isapnp[x]
|