aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ac97.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-22Remove unneded ac97 indirection accessing its stateJuan Quintela1-43/+24
2009-07-16qdev: es1370+ac97 descriptionGerd Hoffmann1-0/+1
2009-07-10Indent ac97 and es1370 according to audio formattingAnthony Liguori1-7/+7
2009-07-09qdev: convert ac97.Gerd Hoffmann1-20/+22
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-20Restore consistent formatting of audio devicesmalc1-5/+5
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-2/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-6/+2
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-5/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2008-06-21Add calls to pci_device_save/loadmalc1-2/+9
2008-06-08Do not scare users with ominous error messages from AUD_open*malc1-31/+60
2008-01-14PCI AC97 emulation by malc.balrog1-0/+1349