Searched defs:snd_ac97_build_ops (Results 1 – 1 of 1) sorted by relevance
426 struct snd_ac97_build_ops { struct427 int (*build_3d) (struct snd_ac97 *ac97);428 int (*build_specific) (struct snd_ac97 *ac97);429 int (*build_spdif) (struct snd_ac97 *ac97);430 int (*build_post_spdif) (struct snd_ac97 *ac97);432 void (*suspend) (struct snd_ac97 *ac97);433 void (*resume) (struct snd_ac97 *ac97);435 void (*update_jacks) (struct snd_ac97 *ac97); /* for jack-sharing */