aboutsummaryrefslogtreecommitdiff
path: root/hw/ac97.c
AgeCommit message (Expand)Author
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-22Remove unneded ac97 indirection accessing its stateJuan Quintela
2009-07-16qdev: es1370+ac97 descriptionGerd Hoffmann
2009-07-10Indent ac97 and es1370 according to audio formattingAnthony Liguori
2009-07-09qdev: convert ac97.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-20Restore consistent formatting of audio devicesmalc
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-03Make audio violate POSIX lessmalc
2008-06-21Add calls to pci_device_save/loadmalc
2008-06-08Do not scare users with ominous error messages from AUD_open*malc
2008-01-14PCI AC97 emulation by malc.balrog