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 | 143 struct sb_module_options sbmo; /* Module options */ member 163 …sb_dsp_detect (struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbmo);
|
D | sb_ess.c | 1073 switch (devc->sbmo.esstype) { 1105 printk (KERN_ERR "Invalid esstype=%d specified\n", devc->sbmo.esstype); 1110 sprintf (modelname, "ES%d", devc->sbmo.esstype); 1123 if (chip == NULL && devc->sbmo.esstype == ESSTYPE_LIKE20) { 1192 , ( devc->sbmo.esstype == ESSTYPE_DETECT || devc->sbmo.esstype == ESSTYPE_LIKE20 1196 , ( devc->sbmo.esstype == ESSTYPE_LIKE20
|
D | sb_common.c | 504 …t sb_dsp_detect(struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbmo) in sb_dsp_detect() argument 512 if(sbmo) memcpy(&devc->sbmo, sbmo, sizeof(struct sb_module_options)); in sb_dsp_detect() 552 if (devc->sbmo.acer) in sb_dsp_detect()
|
D | sb_mixer.c | 659 if (devc->sbmo.sm_games) in sb_mixer_reset()
|