Home
last modified time | relevance | path

Searched defs:snd_ac97_bus (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Dac97_codec.h198 struct snd_ac97_bus { struct
200 const struct snd_ac97_bus_ops *ops; argument
202 void (*private_free) (struct snd_ac97_bus *bus); argument
204 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 …]
/linux/sound/pci/ac97/
H A Dac97_codec.c1957 int snd_ac97_bus(struct snd_card *card, int num, in snd_ac97_bus() function