Searched defs:snd_ac97_bus (Results 1 – 2 of 2) sorted by relevance
448 struct snd_ac97_bus { struct450 struct snd_ac97_bus_ops *ops; argument452 void (*private_free) (struct snd_ac97_bus *bus); argument454 struct snd_card *card;455 unsigned short num; /* bus number */456 unsigned short no_vra: 1, /* bridge doesn't support VRA */457 dra: 1, /* bridge supports double rate */458 isdin: 1;/* independent SDIN */459 unsigned int clock; /* AC'97 base clock (usually 48000Hz) */460 spinlock_t bus_lock; /* used mainly for slot allocation */[all …]
1917 int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops, in snd_ac97_bus() function