aboutsummaryrefslogtreecommitdiffstats
path: root/hw/wm8750.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-8/+15
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-7/+7
2012-01-10wm8750: Fix calculation of number of array elementsStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-10-13Delete write only variablesBlue Swirl1-5/+0
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+2
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-10-05vmstate: port wm8750 deviceJuan Quintela1-75/+45
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-14WM8750 qdev coversionPaul Brook1-11/+19
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-2/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-1/+2
2009-05-10Follow coding conventionsPaul Brook1-33/+32
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir11-1/+1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-2/+2
2008-12-03Make audio violate POSIX lessmalc1-3/+3
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog1-3/+3
2008-07-01Remove duplicate device index calculations.pbrook1-3/+1
2008-05-04Use external clock in wm8750 slave mode.balrog1-9/+40
2008-05-04Update volume for WM8750 input voices.balrog1-12/+41
2008-05-04First cut at WM8750 volume control (Jan Kiszka).balrog1-30/+47
2008-04-26Let WM8750 users write to audio buffer directly.balrog1-0/+18
2008-04-24Improve audio api use in WM8750.balrog1-12/+15
2008-04-20Prevent use of an uninitialised value in WM8750 and move buffer flushbalrog1-1/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-3/+3
2007-11-17Break up vl.h.pbrook1-1/+3
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+89
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog1-0/+545