aboutsummaryrefslogtreecommitdiff
path: root/hw/wm8750.c
AgeCommit message (Expand)Author
2012-09-10hw/wm8750: Fix potential buffer overflowStefan Weil
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2012-01-10wm8750: Fix calculation of number of array elementsStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-10-13Delete write only variablesBlue Swirl
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-10-05vmstate: port wm8750 deviceJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-14WM8750 qdev coversionPaul Brook
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2008-12-03Make audio violate POSIX lessmalc
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog
2008-07-01Remove duplicate device index calculations.pbrook
2008-05-04Use external clock in wm8750 slave mode.balrog
2008-05-04Update volume for WM8750 input voices.balrog
2008-05-04First cut at WM8750 volume control (Jan Kiszka).balrog
2008-04-26Let WM8750 users write to audio buffer directly.balrog
2008-04-24Improve audio api use in WM8750.balrog
2008-04-20Prevent use of an uninitialised value in WM8750 and move buffer flushbalrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog