Lines Matching defs:model
51 static char *model[SNDRV_CARDS];
59 module_param_array(model, charp, NULL, 0444);
60 MODULE_PARM_DESC(model, "Use the given board model.");
2179 .model = "sq210a",
2287 if (modelname && c->model &&
2288 !strcmp(modelname, c->model)) {
2290 "Using board model %s\n",
2306 dev_warn(ice->card->dev, "No matching model found for ID 0x%x\n",
2551 err = snd_vt1724_create(card, pci, model[dev]);