Lines Matching defs:snd_ac97
234 struct snd_ac97 { struct
236 const struct snd_ac97_build_ops *build_ops; argument
238 void (*private_free) (struct snd_ac97 *ac97); argument
240 struct snd_ac97_bus *bus; argument
254 const struct snd_ac97_res_table *res_table; /* static resolution */ argument
255 unsigned int scaps; /* driver capabilities */
256 unsigned int flags; /* specific code */
257 unsigned int rates[6]; /* see AC97_RATES_* defines */
258 unsigned int spdif_status;
282 struct snd_ac97_gpio_priv *gpio_priv; argument
287 #define to_ac97_t(d) container_of(d, struct snd_ac97, dev) argument