Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv16339/include
Modified Files: ac97_codec.h Log Message: Added ac97->pci to allow quirks inside ac97_codec module Index: ac97_codec.h =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/include/ac97_codec.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ac97_codec.h 27 Mar 2003 12:39:46 -0000 1.25 +++ ac97_codec.h 1 Apr 2003 13:50:29 -0000 1.26 @@ -259,6 +259,9 @@ void (*private_free) (ac97_t *ac97); /* --- */ snd_card_t *card; + struct pci_dev *pci; /* assigned PCI device - used for quirks */ + unsigned short subsystem_vendor; + unsigned short subsystem_device; spinlock_t reg_lock; unsigned short num; /* number of codec: 0 = primary, 1 = secondary */ unsigned short addr; /* physical address of codec [0-3] */ @@ -328,6 +331,6 @@ int type; }; -int snd_ac97_tune_hardware(ac97_t *ac97, struct pci_dev *pci, struct ac97_quirk *quirk); +int snd_ac97_tune_hardware(ac97_t *ac97, struct ac97_quirk *quirk); #endif /* __SOUND_AC97_CODEC_H */ ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog