Home
last modified time | relevance | path

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

/sound/oss/
Dsb_common.c521 devc->type = hw_config->card_subtype; in sb_dsp_detect()
535 hw_config->card_subtype = MDL_ESSPCI; in sb_dsp_detect()
543 hw_config->card_subtype = MDL_YMPCI; in sb_dsp_detect()
735 devc->model = hw_config->card_subtype = MDL_SB1; in sb_dsp_init()
740 devc->model = hw_config->card_subtype = MDL_SB2; in sb_dsp_init()
742 devc->model = hw_config->card_subtype = MDL_SB201; in sb_dsp_init()
748 devc->model = hw_config->card_subtype = MDL_SBPRO; in sb_dsp_init()
759 devc->model = hw_config->card_subtype = MDL_SB16; in sb_dsp_init()
849 hw_config->card_subtype = devc->model; in sb_dsp_init()
Dsound_config.h75 int card_subtype; /* Driver specific. Usually 0 */ member
Dvidc.c444 sprintf(name, "VIDC %d-bit sound", hw_config->card_subtype); in attach_vidc()
513 hw_config->card_subtype = 16; in probe_vidc()
Dad1848.c1964 devc->subtype = cfg.card_subtype; in ad1848_init()
2509 DDB(printk("Entered probe_ms_sound(%x, %d)\n", hw_config->io_base, hw_config->card_subtype)); in probe_ms_sound()
2511 if (hw_config->card_subtype == 1) /* Has no IRQ/DMA registers */ in probe_ms_sound()
2517 if (deskpro_xl && hw_config->card_subtype == 2) /* Compaq Deskpro XL */ in probe_ms_sound()
2556 hw_config->card_subtype = 1; in probe_ms_sound()
2610 if (hw_config->card_subtype == 1) /* Has no IRQ/DMA registers */ in attach_ms_sound()
2918 hw_config->card_subtype = ad1848_isapnp_list[slot].type; in ad1848_init_generic()
3008 cfg.card_subtype = type; in init_ad1848()
Ddev_table.h50 int card_subtype; /* Driver specific. Usually 0 */ member
Dsb_card.c150 legacy->conf.card_subtype = type; in sb_init_legacy()