Home
last modified time | relevance | path

Searched refs:card_subtype (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dsb_common.c530 devc->type = hw_config->card_subtype; in sb_dsp_detect()
544 hw_config->card_subtype = MDL_ESSPCI; in sb_dsp_detect()
552 hw_config->card_subtype = MDL_YMPCI; in sb_dsp_detect()
743 devc->model = hw_config->card_subtype = MDL_SB1; in sb_dsp_init()
748 devc->model = hw_config->card_subtype = MDL_SB2; in sb_dsp_init()
750 devc->model = hw_config->card_subtype = MDL_SB201; in sb_dsp_init()
756 devc->model = hw_config->card_subtype = MDL_SBPRO; in sb_dsp_init()
767 devc->model = hw_config->card_subtype = MDL_SB16; in sb_dsp_init()
857 hw_config->card_subtype = devc->model; in sb_dsp_init()
Dgus_card.c63 if (hw_config->card_subtype == 1) in probe_gus()
68 if (hw_config->card_subtype == 0) /* GUS/MAX/ACE */ in probe_gus()
245 cfg.card_subtype = type; in init_gus()
Dsound_config.h76 int card_subtype; /* Driver specific. Usually 0 */ member
Dvidc.c427 sprintf(name, "VIDC %d-bit sound", hw_config->card_subtype); in attach_vidc()
501 hw_config->card_subtype = 16; in probe_vidc()
Dcs4232.c297 hw_config2.card_subtype = 0; in attach_cs4232()
346 hw_config2.card_subtype = 0; in unload_cs4232()
Dad1848.c1988 devc->subtype = cfg.card_subtype; in ad1848_init()
2534 DDB(printk("Entered probe_ms_sound(%x, %d)\n", hw_config->io_base, hw_config->card_subtype)); in probe_ms_sound()
2541 if (hw_config->card_subtype == 1) /* Has no IRQ/DMA registers */ in probe_ms_sound()
2547 if (deskpro_xl && hw_config->card_subtype == 2) /* Compaq Deskpro XL */ in probe_ms_sound()
2586 hw_config->card_subtype = 1; in probe_ms_sound()
2640 if (hw_config->card_subtype == 1) /* Has no IRQ/DMA registers */ in attach_ms_sound()
3039 hw_config->card_subtype = ad1848_isapnp_list[slot].type; in ad1848_init_generic()
3133 cfg.card_subtype = type; in init_ad1848()
Ddev_table.h49 int card_subtype; /* Driver specific. Usually 0 */ member
Dopl3sa2.c898 mss_cfg->card_subtype = 1; /* No IRQ or DMA setup */ in opl3sa2_isapnp_probe()
1055 opl3sa2_state[card].cfg_mss.card_subtype = 1; /* No IRQ or DMA setup */ in init_opl3sa2()
Dsb_card.c943 cfg[card].card_subtype = type; in init_sb()