Home
last modified time | relevance | path

Searched refs:always_detect (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dsound_config.h71 int always_detect; /* 1=Trust me, it's there */ member
Dcs4232.c293 hw_config2.always_detect = 0; in attach_cs4232()
342 hw_config2.always_detect = 0; in unload_cs4232()
Dmpu401.c999 devc->shared_irq = hw_config->always_detect; in attach_mpu401()
1008 if (!hw_config->always_detect) in attach_mpu401()
1232 if (hw_config->always_detect) in probe_mpu401()
1256 if (hw_config->always_detect == 0 && hw_config->irq > 0) in unload_mpu401()
Dopl3sa2.c904 mpu_cfg->always_detect = 1; /* It's there, so use shared IRQs */ in opl3sa2_isapnp_probe()
1060 opl3sa2_state[card].cfg_mpu.always_detect = 1; /* Use shared IRQs */ in init_opl3sa2()
Dsscape.c730 hw_config->always_detect = 1; in attach_sscape()