aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* vmstate: port wm8750 deviceJuan Quintela2009-10-051-75/+45
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-1/+3
* WM8750 qdev coversionPaul Brook2009-05-141-11/+19
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-2/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-1/+2
* Follow coding conventionsPaul Brook2009-05-101-33/+32
* Don't try to return result from a void function (spotted by Sparse)blueswir12009-04-071-1/+1
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-2/+2
* Make audio violate POSIX lessmalc2008-12-031-3/+3
* Don't use "hz" in identifiers to make AIX happy.balrog2008-11-121-3/+3
* Remove duplicate device index calculations.pbrook2008-07-011-3/+1
* Use external clock in wm8750 slave mode.balrog2008-05-041-9/+40
* Update volume for WM8750 input voices.balrog2008-05-041-12/+41
* First cut at WM8750 volume control (Jan Kiszka).balrog2008-05-041-30/+47
* Let WM8750 users write to audio buffer directly.balrog2008-04-261-0/+18
* Improve audio api use in WM8750.balrog2008-04-241-12/+15
* Prevent use of an uninitialised value in WM8750 and move buffer flushbalrog2008-04-201-1/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-3/+3
* Break up vl.h.pbrook2007-11-171-1/+3
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+89
* Add WM8750 and MAX7310 chips (I2C slaves).balrog2007-05-231-0/+545