aboutsummaryrefslogtreecommitdiffstats
path: root/hw/adlib.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-07Restore consistent formattingmalc1-1/+1
2011-12-20audio: remove unused parameter isa_picHervé Poussineau1-1/+1
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-1/+1
2011-09-23adlib: remove write-only variableHervé Poussineau1-3/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-06-20Restore consistent formatting of audio devicesmalc1-2/+2
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-2/+1
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-12Push AUD_init down to devicesPaul Brook1-6/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-7/+0
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths1-0/+1
2007-12-02Include qemu-timer.h iff DEBUG is defined.ths1-0/+7
2007-12-02Add missing include, by Sylvain Petreolle.ths1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+2
2007-04-07Unify IRQ handling.pbrook1-1/+1
2006-07-04audio endianness API changes (malc)bellard1-2/+2
2005-11-20pcm endianness is now explicit (malc)bellard1-3/+4
2005-11-05audio merge (malc)bellard1-12/+28
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-137/+148
2004-11-09audio clean up (initial patch by malc)bellard1-2/+6
2004-11-07audio merge (malc)bellard1-0/+309