Lines Matching defs:codecs
31 static int codecs = 1;
39 module_param(codecs, int, 0444);
40 MODULE_PARM_DESC(codecs, "Set bit to indicate that codec number is expected to be present (default 1)");
133 /* These values are also used by the module param 'codecs' to indicate
134 * which codecs should be present.
1005 * free up any ac97 codecs that got created, as well as the bus.
1042 /* Get the AC-link semaphore, and reset the codecs
1080 if (sis->codecs_present == codecs)
1089 dev_err(&sis->pci->dev, "could not find any codecs\n");
1093 if (sis->codecs_present != codecs) {
1094 dev_warn(&sis->pci->dev, "missing codecs, found %0x, expected %0x\n",
1095 sis->codecs_present, codecs);
1344 /* The user can specify which codecs should be present so that we
1350 codecs &= SIS_PRIMARY_CODEC_PRESENT | SIS_SECONDARY_CODEC_PRESENT |
1352 if (!codecs)
1353 codecs = SIS_PRIMARY_CODEC_PRESENT;