Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dac97_codec.h198 struct snd_ac97_bus { struct
200 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 */
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 …]