Lines Matching defs:codecs
32 static int codecs = 1;
40 module_param(codecs, int, 0444);
41 MODULE_PARM_DESC(codecs, "Set bit to indicate that codec number is expected to be present (default 1)");
134 /* These values are also used by the module param 'codecs' to indicate
135 * which codecs should be present.
1006 * free up any ac97 codecs that got created, as well as the bus.
1061 /* Get the AC-link semaphore, and reset the codecs
1099 if (sis->codecs_present == codecs)
1108 dev_err(&sis->pci->dev, "could not find any codecs\n");
1112 if (sis->codecs_present != codecs) {
1113 dev_warn(&sis->pci->dev, "missing codecs, found %0x, expected %0x\n",
1114 sis->codecs_present, codecs);
1380 /* The user can specify which codecs should be present so that we
1386 codecs &= SIS_PRIMARY_CODEC_PRESENT | SIS_SECONDARY_CODEC_PRESENT |
1388 if (!codecs)
1389 codecs = SIS_PRIMARY_CODEC_PRESENT;