Searched defs:snd_ac97_bus (Results 1 – 2 of 2) sorted by relevance
198 struct snd_ac97_bus { struct200 const struct snd_ac97_bus_ops *ops; argument202 void (*private_free) (struct snd_ac97_bus *bus); argument204 struct snd_card *card;205 unsigned short num; /* bus number */206 unsigned short no_vra: 1, /* bridge doesn't support VRA */207 dra: 1, /* bridge supports double rate */208 isdin: 1;/* independent SDIN */209 unsigned int clock; /* AC'97 base clock (usually 48000Hz) */210 spinlock_t bus_lock; /* used mainly for slot allocation */[all …]
1958 int snd_ac97_bus(struct snd_card *card, int num, in snd_ac97_bus() function