Home
last modified time | relevance | path

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

/sound/pci/ac97/
Dac97_codec.c2876 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument
2883 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()