Lines Matching defs:snd_ac97
484 struct snd_ac97 { struct
486 const struct snd_ac97_build_ops *build_ops; argument
488 void (*private_free) (struct snd_ac97 *ac97); argument
490 struct snd_ac97_bus *bus; argument
504 const struct snd_ac97_res_table *res_table; /* static resolution */ argument
505 unsigned int scaps; /* driver capabilities */
506 unsigned int flags; /* specific code */
507 unsigned int rates[6]; /* see AC97_RATES_* defines */
508 unsigned int spdif_status;
509 unsigned short regs[0x80]; /* register cache */
511 union { /* vendor specific code */
536 #define to_ac97_t(d) container_of(d, struct snd_ac97, dev) argument