Home
last modified time | relevance | path

Searched refs:model_specs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/firewire/tascam/
H A Dtascam.c14 static const struct snd_tscm_spec model_specs[] = { variable
67 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()