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