Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dac97_patch.c51 switch (ac97_getsubvendor(codec)) { in ad198x_patch()
65 switch (ac97_getsubvendor(codec)) { in ad1981b_patch()
82 switch (ac97_getsubvendor(codec)) { in cmi9739_patch()
98 switch (ac97_getsubvendor(codec)) { in alc655_patch()
H A Dac97.h104 u_int32_t ac97_getsubvendor(struct ac97_info *codec);
H A Dac97.c415 ac97_getsubvendor(struct ac97_info *codec) in ac97_getsubvendor() function