Searched refs:sbmo (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_card.c98 static int sb_register_oss(struct sb_card_config *scc, struct sb_module_options *sbmo) argument
106 if (!sb_dsp_detect(&scc->conf, 0, 0, sbmo)) {
138 struct sb_module_options sbmo = {0}; local
156 sbmo.esstype = esstype;
157 sbmo.sm_games = sm_games;
158 sbmo.acer = acer;
160 return sb_register_oss(legacy, &sbmo);
242 struct sb_module_options sbmo = {0}; /* Default to 0 for PnP */ local
269 return sb_register_oss(scc, &sbmo);
H A Dsb.h143 struct sb_module_options sbmo; /* Module options */ member in struct:sb_devc
163 int sb_dsp_detect (struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbmo);
H A Dsb_ess.c1073 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) {
1181 , ( devc->sbmo.esstype == ESSTYPE_DETECT || devc->sbmo.esstype == ESSTYPE_LIKE20
1185 , ( devc->sbmo.esstype == ESSTYPE_LIKE20
H A Dsb_common.c493 int sb_dsp_detect(struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbmo) argument
501 if(sbmo) memcpy(&devc->sbmo, sbmo, sizeof(struct sb_module_options));
541 if (devc->sbmo.acer)
H A Dsb_mixer.c657 if (devc->sbmo.sm_games)

Completed in 100 milliseconds