Searched refs:sbmo (Results 1 – 5 of 5) sorted by relevance
/sound/oss/ |
D | sb_card.c | 99 static int sb_register_oss(struct sb_card_config *scc, struct sb_module_options *sbmo) in sb_register_oss() argument 107 if (!sb_dsp_detect(&scc->conf, 0, 0, sbmo)) { in sb_register_oss() 139 struct sb_module_options sbmo = {0}; in sb_init_legacy() local 157 sbmo.esstype = esstype; in sb_init_legacy() 158 sbmo.sm_games = sm_games; in sb_init_legacy() 159 sbmo.acer = acer; in sb_init_legacy() 161 return sb_register_oss(legacy, &sbmo); in sb_init_legacy() 243 struct sb_module_options sbmo = {0}; /* Default to 0 for PnP */ in sb_pnp_probe() local 270 return sb_register_oss(scc, &sbmo); in sb_pnp_probe()
|
D | sb.h | 144 struct sb_module_options sbmo; /* Module options */ member 164 …sb_dsp_detect (struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbmo);
|
D | sb_ess.c | 1070 switch (devc->sbmo.esstype) { 1102 printk (KERN_ERR "Invalid esstype=%d specified\n", devc->sbmo.esstype); 1107 sprintf (modelname, "ES%d", devc->sbmo.esstype); 1120 if (chip == NULL && devc->sbmo.esstype == ESSTYPE_LIKE20) { 1188 (devc->sbmo.esstype == ESSTYPE_DETECT || 1189 devc->sbmo.esstype == ESSTYPE_LIKE20) ? 1191 devc->sbmo.esstype == ESSTYPE_LIKE20 ?
|
D | sb_common.c | 500 …t sb_dsp_detect(struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbmo) in sb_dsp_detect() argument 508 if(sbmo) memcpy(&devc->sbmo, sbmo, sizeof(struct sb_module_options)); in sb_dsp_detect() 548 if (devc->sbmo.acer) in sb_dsp_detect()
|
D | sb_mixer.c | 659 if (devc->sbmo.sm_games) in sb_mixer_reset()
|