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 */207 dra: 1, /* bridge supports double rate */208 isdin: 1;/* independent SDIN */212 unsigned short pcms_count; /* count of PCMs */213 struct ac97_pcm *pcms;214 struct snd_ac97 *codec[4];[all …]
1957 int snd_ac97_bus(struct snd_card *card, int num, in snd_ac97_bus() function
Completed in 9 milliseconds