Searched refs:typestr (Results 1 – 1 of 1) sorted by relevance
2876 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument2883 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str()2887 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str()2888 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()