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)");
129 /* These values are also used by the module param 'codecs' to indicate
130 * which codecs should be present.
988 * free up any ac97 codecs that got created, as well as the bus.
1025 /* Get the AC-link semaphore, and reset the codecs
1063 if (sis->codecs_present == codecs)
1072 dev_err(&sis->pci->dev, "could not find any codecs\n");
1076 if (sis->codecs_present != codecs) {
1077 dev_warn(&sis->pci->dev, "missing codecs, found %0x, expected %0x\n",
1078 sis->codecs_present, codecs);
1322 /* The user can specify which codecs should be present so that we
1328 codecs &= SIS_PRIMARY_CODEC_PRESENT | SIS_SECONDARY_CODEC_PRESENT |
1330 if (!codecs)
1331 codecs = SIS_PRIMARY_CODEC_PRESENT;