aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ac97.c
AgeCommit message (Expand)AuthorFilesLines
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