Searched defs:snd_ac97_build_ops (Results 1 – 1 of 1) sorted by relevance
177 struct snd_ac97_build_ops { struct178 int (*build_3d) (struct snd_ac97 *ac97);179 int (*build_specific) (struct snd_ac97 *ac97);180 int (*build_spdif) (struct snd_ac97 *ac97);181 int (*build_post_spdif) (struct snd_ac97 *ac97);183 void (*suspend) (struct snd_ac97 *ac97);184 void (*resume) (struct snd_ac97 *ac97);186 void (*update_jacks) (struct snd_ac97 *ac97); /* for jack-sharing */