Searched refs:esstype (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_card.c47 static int __initdata esstype = 0; /* ESS chip type */ variable
79 module_param(esstype, int, 000);
80 MODULE_PARM_DESC(esstype, "ESS chip type (doesn't work with pnp)");
156 sbmo.esstype = esstype;
H A Dsb.h75 int esstype; /* ESS chip type */ member in struct:sb_module_options
H A Dsb_ess.c64 * parameter esstype can be specified to be one of the following:
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) {
1181 , ( devc->sbmo.esstype == ESSTYPE_DETECT || devc->sbmo.esstype == ESSTYPE_LIKE20
1185 , ( devc->sbmo.esstype == ESSTYPE_LIKE20

Completed in 95 milliseconds