Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dac97_codec.h447 struct snd_ac97_bus { struct
449 struct snd_ac97_bus_ops *ops; argument
451 void (*private_free) (struct snd_ac97_bus *bus); argument
453 struct snd_card *card;
454 unsigned short num; /* bus number */
455 unsigned short no_vra: 1, /* bridge doesn't support VRA */
456 dra: 1, /* bridge supports double rate */
457 isdin: 1;/* independent SDIN */
458 unsigned int clock; /* AC'97 base clock (usually 48000Hz) */
459 spinlock_t bus_lock; /* used mainly for slot allocation */
[all …]
/linux-2.6.39/sound/pci/ac97/
Dac97_codec.c1913 int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops, in snd_ac97_bus() function