Searched refs:models (Results 1 – 5 of 5) sorted by relevance
1007 const struct hda_model_fixup *models, in snd_hda_pick_fixup() argument1032 if (codec->modelname && models) { in snd_hda_pick_fixup()1033 while (models->name) { in snd_hda_pick_fixup()1034 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup()1035 id = models->id; in snd_hda_pick_fixup()1036 name = models->name; in snd_hda_pick_fixup()1041 models++; in snd_hda_pick_fixup()
381 const struct hda_model_fixup *models,
48 static const char *const models[] = { in detect_loud_models() local62 return match_string(models, ARRAY_SIZE(models), model) >= 0; in detect_loud_models()
48 Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
30 * Loud Technologies Mackie Onyx Blackbird, Onyx 820i/1220i/1620i/1640i (latter models)54 * Mackie(Loud) Onyx-i series (former models)
Completed in 13 milliseconds