Searched refs:model_specs (Results 1 – 1 of 1) sorted by relevance
14 static const struct snd_tscm_spec model_specs[] = { variable67 for (i = 0; i < ARRAY_SIZE(model_specs); i++) { in identify_model()68 if (strcmp(model, model_specs[i].name) == 0) { in identify_model()69 tscm->spec = &model_specs[i]; in identify_model()