Lines Matching defs:model
70 static char *model[SNDRV_CARDS];
78 module_param_array(model, charp, NULL, 0444);
79 MODULE_PARM_DESC(model, "Use the given board model.");
2205 .model = "sq210a",
2313 if (modelname && c->model &&
2314 !strcmp(modelname, c->model)) {
2316 "Using board model %s\n",
2332 dev_warn(ice->card->dev, "No matching model found for ID 0x%x\n",
2613 err = snd_vt1724_create(card, pci, model[dev], &ice);
2624 if ((model[dev] && c->model &&
2625 !strcmp(model[dev], c->model)) ||